Html Css Color HEX #9BA008 Citrus

📋 copy color: '#9BA008'

red 155 ◦ green 160 ◦ blue 8

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

Shades of Citrus #9BA008

Tints of Citrus #9BA008

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.54%

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 47.99%
G = 49.54%
B = 2.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#9BA008 (or 0x9BA008) is known color: Citrus. HEX triplet: 9B, A0 and 08. RGB value is (155,160,8). Sum of RGB (Red+Green+Blue) = 155+160+8=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA008 is #645FF7. Grayscale: #8D8D8D. Windows color (decimal): -6578168 or 565403. OLE color: 565403.

HSL color Cylindrical-coordinate representation of color #9BA008: hue angle of 61.97º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9BA008 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 160 8 -
CMYK 0.03 0 0.95 0.37
HSL 61.97º 0.9% 0.33% -
HSV(B) 61.97º 0.95% 0.63% -
XYZ 26.13 32.13 5.05 -
YUV 141.18 52.84 137.86 -
System Red Green Blue C M Y K H S L
Decimal 155 160 8 0.03 0 0.95 0.37 61.97 0.9 0.33
Hex 9B A0 8 3 0 5F 25 3E 5A 21
Octal 233 240 10 3 0 137 45 76 132 41
Binary 10011011 10100000 1000 11 0 1011111 100101 111110 1011010 100001

Color Harmonies of #9BA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA008

Black with #9BA008

Text Example


Text Example

White with #9BA008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,160,8); }

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

background-color css

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

 a { background-color: rgb(155,160,8); }

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

border-color css

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

 span { border-color: rgb(155,160,8); }

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