Html Css Color HEX #9BAB05 Citrus

📋 copy color: '#9BAB05'

red 155 ◦ green 171 ◦ blue 5

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

Shades of Citrus #9BAB05

Tints of Citrus #9BAB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 46.83%
G = 51.66%
B = 1.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#9BAB05 (or 0x9BAB05) is known color: Citrus. HEX triplet: 9B, AB and 05. RGB value is (155,171,5). Sum of RGB (Red+Green+Blue) = 155+171+5=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAB05 is #6454FA. Grayscale: #939393. Windows color (decimal): -6575355 or 371611. OLE color: 371611.

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

Color convert

RGB 155 171 5 -
CMYK 0.09 0 0.97 0.33
HSL 65.78º 0.94% 0.35% -
HSV(B) 65.78º 0.97% 0.67% -
XYZ 28.11 36.11 5.63 -
YUV 147.29 47.7 133.5 -
System Red Green Blue C M Y K H S L
Decimal 155 171 5 0.09 0 0.97 0.33 65.78 0.94 0.35
Hex 9B AB 5 9 0 61 21 42 5E 23
Octal 233 253 5 11 0 141 41 102 136 43
Binary 10011011 10101011 101 1001 0 1100001 100001 1000010 1011110 100011

Color Harmonies of #9BAB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAB05

Black with #9BAB05

Text Example


Text Example

White with #9BAB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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