#9AB005

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

Shades of Citrus #9AB005

Tints of Citrus #9AB005

Color information

#9AB005 (or 0x9AB005) is unknown color: approx Citrus. HEX triplet: 9A, B0 and 05. RGB value is (154,176,5). Sum of RGB (Red+Green+Blue) = 154+176+5=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AB005 is #654FFA. Grayscale: #969696. Windows color (decimal): -6639611 or 372890. OLE color: 372890.

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

Color convert

RGB1541765-
CMYK0.1200.970.31
HSL67.72º94.48%35.49%-
HSV(B)67.72º97.16%69.02%-
XYZ28.8837.935.94-
YUV149.9346.21130.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.97%
GREEN value IS 176 (69.14% from 255) = 52.54%
BLUE value IS 5 (2.34% from 255) = 1.49%
R=45.97%
G=52.54%
B=1.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15417650.1200.970.3167.7294.4835.49
Hex9AB05C0611F445e23
Octal23226051401413710413643
Binary10011010101100001011100011000011111110001001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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