Html Css Color HEX #9BAA00 Citrus

📋 copy color: '#9BAA00'

red 155 ◦ green 170 ◦ blue 0

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

Shades of Citrus #9BAA00

Tints of Citrus #9BAA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.69%
G = 52.31%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#9BAA00 (or 0x9BAA00) is known color: Citrus. HEX triplet: 9B, AA and 00. RGB value is (155,170,0). Sum of RGB (Red+Green+Blue) = 155+170+0=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAA00 is #6455FF. Grayscale: #929292. Windows color (decimal): -6575616 or 43675. OLE color: 43675.

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

Color convert

RGB 155 170 0 -
CMYK 0.09 0 1 0.33
HSL 65.29º 1% 0.33% -
HSV(B) 65.29º 1% 0.67% -
XYZ 27.89 35.72 5.42 -
YUV 146.14 45.53 134.32 -
System Red Green Blue C M Y K H S L
Decimal 155 170 0 0.09 0 1 0.33 65.29 1 0.33
Hex 9B AA 0 9 0 64 21 41 64 21
Octal 233 252 0 11 0 144 41 101 144 41
Binary 10011011 10101010 0 1001 0 1100100 100001 1000001 1100100 100001

Color Harmonies of #9BAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAA00

Black with #9BAA00

Text Example


Text Example

White with #9BAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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