#99A403

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

Shades of Citrus #99A403

Tints of Citrus #99A403

Color information

#99A403 (or 0x99A403) is unknown color: approx Citrus. HEX triplet: 99, A4 and 03. RGB value is (153,164,3). Sum of RGB (Red+Green+Blue) = 153+164+3=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #99A403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A403 is #665BFC. Grayscale: #8E8E8E. Windows color (decimal): -6708221 or 238745. OLE color: 238745.

HSL color Cylindrical-coordinate representation of color #99A403: hue angle of 64.1º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99A403 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB1531643-
CMYK0.0700.980.36
HSL64.1º96.41%32.75%-
HSV(B)64.1º98.17%64.31%-
XYZ26.4333.335.13-
YUV142.3649.36135.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 164 (64.45% from 255) = 51.25%
BLUE value IS 3 (1.56% from 255) = 0.94%
R=47.81%
G=51.25%
B=0.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15316430.0700.980.3664.196.4132.75
Hex99A43706224406021
Octal2312443701424410014041
Binary1001100110100100111110110001010010010000001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,164,3); }

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

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

 a { background-color: rgb(153,164,3); }

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

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

 span { border-color: rgb(153,164,3); }

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