#9AAB05

Color #9AAB05 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #9AAB05

Tints of Citrus #9AAB05

Color information

#9AAB05 (or 0x9AAB05) is unknown color: approx Citrus. HEX triplet: 9A, AB and 05. RGB value is (154,171,5). Sum of RGB (Red+Green+Blue) = 154+171+5=330 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.67% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAB05 is #6554FA. Grayscale: #939393. Windows color (decimal): -6640891 or 371610. OLE color: 371610.

HSL color Cylindrical-coordinate representation of color #9AAB05: hue angle of 66.14º 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 #9AAB05 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB1541715-
CMYK0.1000.970.33
HSL66.14º94.32%34.51%-
HSV(B)66.14º97.08%67.06%-
XYZ27.9236.015.62-
YUV146.9947.87133-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.67%
GREEN value IS 171 (67.19% from 255) = 51.82%
BLUE value IS 5 (2.34% from 255) = 1.52%
R=46.67%
G=51.82%
B=1.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15417150.1000.970.3366.1494.3234.51
Hex9AAB5A06121425e23
Octal23225351201414110213643
Binary100110101010101110110100110000110000110000101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAB05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9AAB05;
 }
 .AnyTagClassName
 {
   color: #9AAB05;
 }
</style>
background-color css

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

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

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

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

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

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