#999C31

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

Shades of Citron #999C31

Tints of Citron #999C31

Color information

#999C31 (or 0x999C31) is unknown color: approx Citron. HEX triplet: 99, 9C and 31. RGB value is (153,156,49). Sum of RGB (Red+Green+Blue) = 153+156+49=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 156 - color contains mainly: green. Hex color #999C31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999C31 is #6663CE. Grayscale: #8F8F8F. Windows color (decimal): -6710223 or 3251353. OLE color: 3251353.

HSL color Cylindrical-coordinate representation of color #999C31: hue angle of 61.68º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #999C31 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB15315649-
CMYK0.0200.690.39
HSL61.68º52.2%40.2%-
HSV(B)61.68º68.59%61.18%-
XYZ25.5830.777.5-
YUV142.975.01135.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.74%
GREEN value IS 156 (61.33% from 255) = 43.58%
BLUE value IS 49 (19.53% from 255) = 13.69%
R=42.74%
G=43.58%
B=13.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153156490.0200.690.3961.6852.240.2
Hex999C312045273e3428
Octal231234612010547766450
Binary10011001100111001100011001000101100111111110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,156,49); }

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

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

 a { background-color: rgb(153,156,49); }

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

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

 span { border-color: rgb(153,156,49); }

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