#99A52B

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

Shades of Citron #99A52B

Tints of Citron #99A52B

Color information

#99A52B (or 0x99A52B) is unknown color: approx Citron. HEX triplet: 99, A5 and 2B. RGB value is (153,165,43). Sum of RGB (Red+Green+Blue) = 153+165+43=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 165 - color contains mainly: green. Hex color #99A52B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A52B is #665AD4. Grayscale: #939393. Windows color (decimal): -6707925 or 2860441. OLE color: 2860441.

HSL color Cylindrical-coordinate representation of color #99A52B: hue angle of 65.9º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99A52B is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB15316543-
CMYK0.0700.740.35
HSL65.9º58.65%40.78%-
HSV(B)65.9º73.94%64.71%-
XYZ27.0333.867.4-
YUV147.569.02131.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.38%
GREEN value IS 165 (64.84% from 255) = 45.71%
BLUE value IS 43 (17.19% from 255) = 11.91%
R=42.38%
G=45.71%
B=11.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal153165430.0700.740.3565.958.6540.78
Hex99A52B704A23423b29
Octal2312455370112431027351
Binary1001100110100101101011111010010101000111000010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,165,43); }

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

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

 a { background-color: rgb(153,165,43); }

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

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

 span { border-color: rgb(153,165,43); }

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