Html Css Color HEX #9BAB06 Citrus

📋 copy color: '#9BAB06'

red 155 ◦ green 171 ◦ blue 6

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

Shades of Citrus #9BAB06

Tints of Citrus #9BAB06

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.51%

 BLUE value IS 6 (2.73% from 255) = 1.81%

R = 46.69%
G = 51.51%
B = 1.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#9BAB06 (or 0x9BAB06) is known color: Citrus. HEX triplet: 9B, AB and 06. RGB value is (155,171,6). Sum of RGB (Red+Green+Blue) = 155+171+6=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAB06 is #6454F9. Grayscale: #949494. Windows color (decimal): -6575354 or 437147. OLE color: 437147.

HSL color Cylindrical-coordinate representation of color #9BAB06: hue angle of 65.82º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BAB06 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 171 6 -
CMYK 0.09 0 0.96 0.33
HSL 65.82º 0.93% 0.35% -
HSV(B) 65.82º 0.96% 0.67% -
XYZ 28.11 36.11 5.66 -
YUV 147.41 48.2 133.42 -
System Red Green Blue C M Y K H S L
Decimal 155 171 6 0.09 0 0.96 0.33 65.82 0.93 0.35
Hex 9B AB 6 9 0 60 21 42 5D 23
Octal 233 253 6 11 0 140 41 102 135 43
Binary 10011011 10101011 110 1001 0 1100000 100001 1000010 1011101 100011

Color Harmonies of #9BAB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAB06

Black with #9BAB06

Text Example


Text Example

White with #9BAB06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,171,6); }

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

background-color css

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

 a { background-color: rgb(155,171,6); }

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

border-color css

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

 span { border-color: rgb(155,171,6); }

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