Html Css Color HEX #9BBA0E Citrus

📋 copy color: '#9BBA0E'

red 155 ◦ green 186 ◦ blue 14

#9BBA0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #9BBA0E

Tints of Citrus #9BBA0E

RGB

 RED value IS 155 (60.94% from 255) = 43.66%

 GREEN value IS 186 (73.05% from 255) = 52.39%

 BLUE value IS 14 (5.86% from 255) = 3.94%

R = 43.66%
G = 52.39%
B = 3.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9BBA0E (or 0x9BBA0E) is known color: Citrus. HEX triplet: 9B, BA and 0E. RGB value is (155,186,14). Sum of RGB (Red+Green+Blue) = 155+186+14=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBA0E is #6445F1. Grayscale: #9D9D9D. Windows color (decimal): -6571506 or 965275. OLE color: 965275.

HSL color Cylindrical-coordinate representation of color #9BBA0E: hue angle of 70.81º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BBA0E is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 186 14 -
CMYK 0.17 0 0.92 0.27
HSL 70.81º 0.86% 0.39% -
HSV(B) 70.81º 0.92% 0.73% -
XYZ 31.16 42.12 6.9 -
YUV 157.12 47.23 126.49 -
System Red Green Blue C M Y K H S L
Decimal 155 186 14 0.17 0 0.92 0.27 70.81 0.86 0.39
Hex 9B BA E 11 0 5C 1B 47 56 27
Octal 233 272 16 21 0 134 33 107 126 47
Binary 10011011 10111010 1110 10001 0 1011100 11011 1000111 1010110 100111

Color Harmonies of #9BBA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBA0E

Black with #9BBA0E

Text Example


Text Example

White with #9BBA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BBA0E; }

 p { color: rgb(155,186,14); }

 H1.HeaderClassName
 {
   color: #9BBA0E;
 }
 .AnyTagClassName
 {
   color: #9BBA0E;
 }
</style>

background-color css

<style>
 a { background-color: #9BBA0E; }

 a { background-color: rgb(155,186,14); }

 div.DivClassName
 {
   background-color: #9BBA0E;
 }
 .BgClassName
 {
   background-color: #9BBA0E;
 }
</style>

border-color css

<style>
 span { border-color: #9BBA0E; }

 span { border-color: rgb(155,186,14); }

 td.TdClassName
 {
   border-color: #9BBA0E;
 }
 .TagClassName
 {
   border-color: #9BBA0E;
 }
</style>