#99A704

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

Shades of Citrus #99A704

Tints of Citrus #99A704

Color information

#99A704 (or 0x99A704) is unknown color: approx Citrus. HEX triplet: 99, A7 and 04. RGB value is (153,167,4). Sum of RGB (Red+Green+Blue) = 153+167+4=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 167 (65.62% from 255 or 51.54% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 167 - color contains mainly: green. Hex color #99A704 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A704 is #6658FB. Grayscale: #909090. Windows color (decimal): -6707452 or 305049. OLE color: 305049.

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

Color convert

RGB1531674-
CMYK0.0800.980.35
HSL65.15º95.32%33.53%-
HSV(B)65.15º97.6%65.49%-
XYZ26.9834.425.34-
YUV144.2348.86134.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.22%
GREEN value IS 167 (65.62% from 255) = 51.54%
BLUE value IS 4 (1.95% from 255) = 1.23%
R=47.22%
G=51.54%
B=1.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15316740.0800.980.3565.1595.3233.53
Hex99A74806223415f22
Octal23124741001424310113742
Binary100110011010011110010000110001010001110000011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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