#949C31

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

Shades of Citron #949C31

Tints of Citron #949C31

Color information

#949C31 (or 0x949C31) is unknown color: approx Citron. HEX triplet: 94, 9C and 31. RGB value is (148,156,49). Sum of RGB (Red+Green+Blue) = 148+156+49=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 156 - color contains mainly: green. Hex color #949C31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949C31 is #6B63CE. Grayscale: #8D8D8D. Windows color (decimal): -7037903 or 3251348. OLE color: 3251348.

HSL color Cylindrical-coordinate representation of color #949C31: hue angle of 64.49º 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 #949C31 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB14815649-
CMYK0.0500.690.39
HSL64.49º52.2%40.2%-
HSV(B)64.49º68.59%61.18%-
XYZ24.6630.297.45-
YUV141.4175.85132.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 156 (61.33% from 255) = 44.19%
BLUE value IS 49 (19.53% from 255) = 13.88%
R=41.93%
G=44.19%
B=13.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148156490.0500.690.3964.4952.240.2
Hex949C31504527403428
Octal2242346150105471006450
Binary1001010010011100110001101010001011001111000000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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