#999523

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

Shades of Citron #999523

Tints of Citron #999523

Color information

#999523 (or 0x999523) is unknown color: approx Citron. HEX triplet: 99, 95 and 23. RGB value is (153,149,35). Sum of RGB (Red+Green+Blue) = 153+149+35=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #999523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999523 is #666ADC. Grayscale: #898989. Windows color (decimal): -6712029 or 2332057. OLE color: 2332057.

HSL color Cylindrical-coordinate representation of color #999523: hue angle of 57.97º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #999523 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.4.

Color convert

RGB15314935-
CMYK00.030.770.4
HSL57.97º62.77%36.86%-
HSV(B)57.97º77.12%60%-
XYZ24.1928.395.79-
YUV137.270.33139.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 149 (58.59% from 255) = 44.21%
BLUE value IS 35 (14.06% from 255) = 10.39%
R=45.40%
G=44.21%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531493500.030.770.457.9762.7736.86
Hex999523034D283a3f25
Octal231225430311550727745
Binary10011001100101011000110111001101101000111010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999523; }

 p { color: rgb(153,149,35); }

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

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

 a { background-color: rgb(153,149,35); }

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

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

 span { border-color: rgb(153,149,35); }

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