#99A21C

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

Shades of Citron #99A21C

Tints of Citron #99A21C

Color information

#99A21C (or 0x99A21C) is unknown color: approx Citron. HEX triplet: 99, A2 and 1C. RGB value is (153,162,28). Sum of RGB (Red+Green+Blue) = 153+162+28=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #99A21C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A21C is #665DE3. Grayscale: #909090. Windows color (decimal): -6708708 or 1876633. OLE color: 1876633.

HSL color Cylindrical-coordinate representation of color #99A21C: hue angle of 64.03º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #99A21C is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB15316228-
CMYK0.0600.830.36
HSL64.03º70.53%37.25%-
HSV(B)64.03º82.72%63.53%-
XYZ26.2732.76.03-
YUV144.0362.52134.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 162 (63.67% from 255) = 47.23%
BLUE value IS 28 (11.33% from 255) = 8.16%
R=44.61%
G=47.23%
B=8.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153162280.0600.830.3664.0370.5337.25
Hex99A21C605324404725
Octal23124234601234410010745
Binary1001100110100010111001100101001110010010000001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A21C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,162,28); }

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

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

 a { background-color: rgb(153,162,28); }

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

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

 span { border-color: rgb(153,162,28); }

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