#999E2F

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

Shades of Citron #999E2F

Tints of Citron #999E2F

Color information

#999E2F (or 0x999E2F) is unknown color: approx Citron. HEX triplet: 99, 9E and 2F. RGB value is (153,158,47). Sum of RGB (Red+Green+Blue) = 153+158+47=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 158 - color contains mainly: green. Hex color #999E2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999E2F is #6661D0. Grayscale: #909090. Windows color (decimal): -6709713 or 3120793. OLE color: 3120793.

HSL color Cylindrical-coordinate representation of color #999E2F: hue angle of 62.7º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #999E2F is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB15315847-
CMYK0.0300.700.38
HSL62.7º54.15%40.2%-
HSV(B)62.7º70.25%61.96%-
XYZ25.8831.437.39-
YUV143.8573.34134.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.74%
GREEN value IS 158 (62.11% from 255) = 44.13%
BLUE value IS 47 (18.75% from 255) = 13.13%
R=42.74%
G=44.13%
B=13.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153158470.0300.700.3862.754.1540.2
Hex999E2F3046263f3628
Octal231236573010646776650
Binary10011001100111101011111101000110100110111111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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