#99AB04

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

Shades of Citrus #99AB04

Tints of Citrus #99AB04

Color information

#99AB04 (or 0x99AB04) is unknown color: approx Citrus. HEX triplet: 99, AB and 04. RGB value is (153,171,4). Sum of RGB (Red+Green+Blue) = 153+171+4=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AB04 is #6654FB. Grayscale: #939393. Windows color (decimal): -6706428 or 306073. OLE color: 306073.

HSL color Cylindrical-coordinate representation of color #99AB04: hue angle of 66.47º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99AB04 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB1531714-
CMYK0.1100.980.33
HSL66.47º95.43%34.31%-
HSV(B)66.47º97.66%67.06%-
XYZ27.7235.915.58-
YUV146.5847.54132.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.65%
GREEN value IS 171 (67.19% from 255) = 52.13%
BLUE value IS 4 (1.95% from 255) = 1.22%
R=46.65%
G=52.13%
B=1.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15317140.1100.980.3366.4795.4334.31
Hex99AB4B06221425f22
Octal23125341301424110213742
Binary100110011010101110010110110001010000110000101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AB04; }

 p { color: rgb(153,171,4); }

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

<style>
 a { background-color: #99AB04; }

 a { background-color: rgb(153,171,4); }

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

<style>
 span { border-color: #99AB04; }

 span { border-color: rgb(153,171,4); }

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