#999529

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

Shades of Citron #999529

Tints of Citron #999529

Color information

#999529 (or 0x999529) is unknown color: approx Citron. HEX triplet: 99, 95 and 29. RGB value is (153,149,41). Sum of RGB (Red+Green+Blue) = 153+149+41=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #999529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999529 is #666AD6. Grayscale: #8A8A8A. Windows color (decimal): -6712023 or 2725273. OLE color: 2725273.

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

Color convert

RGB15314941-
CMYK00.030.730.4
HSL57.86º57.73%38.04%-
HSV(B)57.86º73.2%60%-
XYZ24.2828.436.3-
YUV137.8873.33138.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 149 (58.59% from 255) = 43.44%
BLUE value IS 41 (16.41% from 255) = 11.95%
R=44.61%
G=43.44%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531494100.030.730.457.8657.7338.04
Hex9995290349283a3a26
Octal231225510311150727246
Binary10011001100101011010010111001001101000111010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999529; }

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

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

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

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

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

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

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

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