#99a526

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

Shades of Citron #99A526

Tints of Citron #99A526

Color information

#99A526 (or 0x99A526) is unknown color: approx Citron. HEX triplet: 99, A5 and 26. RGB value is (153,165,38). Sum of RGB (Red+Green+Blue) = 153+165+38=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 165 - color contains mainly: green. Hex color #99A526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A526 is #665AD9. Grayscale: #939393. Windows color (decimal): -6707930 or 2532761. OLE color: 2532761.

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

Color convert

RGB15316538-
CMYK0.0700.770.35
HSL65.67º62.56%39.8%-
HSV(B)65.67º76.97%64.71%-
XYZ26.9433.826.94-
YUV146.9366.52132.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 165 (64.84% from 255) = 46.35%
BLUE value IS 38 (15.23% from 255) = 10.67%
R=42.98%
G=46.35%
B=10.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal153165380.0700.770.3565.6762.5639.8
Hex99A526704D23423f28
Octal2312454670115431027750
Binary1001100110100101100110111010011011000111000010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99a526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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