#99A41C

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

Shades of Citron #99A41C

Tints of Citron #99A41C

Color information

#99A41C (or 0x99A41C) is unknown color: approx Citron. HEX triplet: 99, A4 and 1C. RGB value is (153,164,28). Sum of RGB (Red+Green+Blue) = 153+164+28=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 164 - color contains mainly: green. Hex color #99A41C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A41C is #665BE3. Grayscale: #919191. Windows color (decimal): -6708196 or 1877145. OLE color: 1877145.

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

Color convert

RGB15316428-
CMYK0.0700.830.36
HSL64.85º70.83%37.65%-
HSV(B)64.85º82.93%64.31%-
XYZ26.6233.416.14-
YUV145.2161.86133.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 164 (64.45% from 255) = 47.54%
BLUE value IS 28 (11.33% from 255) = 8.12%
R=44.35%
G=47.54%
B=8.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153164280.0700.830.3664.8570.8337.65
Hex99A41C705324414726
Octal23124434701234410110746
Binary1001100110100100111001110101001110010010000011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A41C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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