#999f34

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

Shades of Citron #999F34

Tints of Citron #999F34

Color information

#999F34 (or 0x999F34) is unknown color: approx Citron. HEX triplet: 99, 9F and 34. RGB value is (153,159,52). Sum of RGB (Red+Green+Blue) = 153+159+52=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 159 - color contains mainly: green. Hex color #999F34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999F34 is #6660CB. Grayscale: #919191. Windows color (decimal): -6709452 or 3448729. OLE color: 3448729.

HSL color Cylindrical-coordinate representation of color #999F34: hue angle of 63.36º degrees, saturation: 0.51, 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 #999F34 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB15315952-
CMYK0.0400.670.38
HSL63.36º50.71%41.37%-
HSV(B)63.36º67.3%62.35%-
XYZ26.1531.828.01-
YUV145.0175.51133.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 159 (62.5% from 255) = 43.68%
BLUE value IS 52 (20.70% from 255) = 14.29%
R=42.03%
G=43.68%
B=14.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153159520.0400.670.3863.3650.7141.37
Hex999F344043263f3329
Octal231237644010346776351
Binary100110011001111111010010001000011100110111111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999f34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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