Html Css Color HEX #9BAA08 Citrus

📋 copy color: '#9BAA08'

red 155 ◦ green 170 ◦ blue 8

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

Shades of Citrus #9BAA08

Tints of Citrus #9BAA08

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.05%

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

R = 46.55%
G = 51.05%
B = 2.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#9BAA08 (or 0x9BAA08) is known color: Citrus. HEX triplet: 9B, AA and 08. RGB value is (155,170,8). Sum of RGB (Red+Green+Blue) = 155+170+8=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAA08 is #6455F7. Grayscale: #939393. Windows color (decimal): -6575608 or 567963. OLE color: 567963.

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

Color convert

RGB 155 170 8 -
CMYK 0.09 0 0.95 0.33
HSL 65.56º 0.91% 0.35% -
HSV(B) 65.56º 0.95% 0.67% -
XYZ 27.94 35.74 5.65 -
YUV 147.05 49.53 133.67 -
System Red Green Blue C M Y K H S L
Decimal 155 170 8 0.09 0 0.95 0.33 65.56 0.91 0.35
Hex 9B AA 8 9 0 5F 21 42 5B 23
Octal 233 252 10 11 0 137 41 102 133 43
Binary 10011011 10101010 1000 1001 0 1011111 100001 1000010 1011011 100011

Color Harmonies of #9BAA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAA08

Black with #9BAA08

Text Example


Text Example

White with #9BAA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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