#999E34

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

Shades of Citron #999E34

Tints of Citron #999E34

Color information

#999E34 (or 0x999E34) is unknown color: approx Citron. HEX triplet: 99, 9E and 34. RGB value is (153,158,52). Sum of RGB (Red+Green+Blue) = 153+158+52=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 158 - color contains mainly: green. Hex color #999E34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999E34 is #6661CB. Grayscale: #909090. Windows color (decimal): -6709708 or 3448473. OLE color: 3448473.

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

Color convert

RGB15315852-
CMYK0.0300.670.38
HSL62.83º50.48%41.18%-
HSV(B)62.83º67.09%61.96%-
XYZ25.9831.477.95-
YUV144.4275.84134.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 158 (62.11% from 255) = 43.53%
BLUE value IS 52 (20.70% from 255) = 14.33%
R=42.15%
G=43.53%
B=14.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153158520.0300.670.3862.8350.4841.18
Hex999E343043263f3229
Octal231236643010346776251
Binary10011001100111101101001101000011100110111111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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