#999E32

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

Shades of Citron #999E32

Tints of Citron #999E32

Color information

#999E32 (or 0x999E32) is unknown color: approx Citron. HEX triplet: 99, 9E and 32. RGB value is (153,158,50). Sum of RGB (Red+Green+Blue) = 153+158+50=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #999E32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999E32 is #6661CD. Grayscale: #909090. Windows color (decimal): -6709710 or 3317401. OLE color: 3317401.

HSL color Cylindrical-coordinate representation of color #999E32: hue angle of 62.78º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #999E32 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB15315850-
CMYK0.0300.680.38
HSL62.78º51.92%40.78%-
HSV(B)62.78º68.35%61.96%-
XYZ25.9431.467.72-
YUV144.1974.84134.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.38%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 50 (19.92% from 255) = 13.85%
R=42.38%
G=43.77%
B=13.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153158500.0300.680.3862.7851.9240.78
Hex999E323044263f3429
Octal231236623010446776451
Binary10011001100111101100101101000100100110111111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999E32; }

 p { color: rgb(153,158,50); }

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

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

 a { background-color: rgb(153,158,50); }

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

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

 span { border-color: rgb(153,158,50); }

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