#9CAB00

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

Shades of Citrus #9CAB00

Tints of Citrus #9CAB00

Color information

#9CAB00 (or 0x9CAB00) is unknown color: approx Citrus. HEX triplet: 9C, AB and 00. RGB value is (156,171,0). Sum of RGB (Red+Green+Blue) = 156+171+0=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CAB00 is #6354FF. Grayscale: #939393. Windows color (decimal): -6509824 or 43932. OLE color: 43932.

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

Color convert

RGB1561710-
CMYK0.09010.33
HSL65.26º100%33.53%-
HSV(B)65.26º100%67.06%-
XYZ28.2736.195.5-
YUV147.0245.03134.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.71%
GREEN value IS 171 (67.19% from 255) = 52.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.71%
G=52.29%
B=0%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15617100.09010.3365.2610033.53
Hex9CAB0906421416422
Octal23425301101444110114442
Binary1001110010101011010010110010010000110000011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,171,0); }

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

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

 a { background-color: rgb(156,171,0); }

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

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

 span { border-color: rgb(156,171,0); }

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