#949211

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

Shades of Citron #949211

Tints of Citron #949211

Color information

#949211 (or 0x949211) is unknown color: approx Citron. HEX triplet: 94, 92 and 11. RGB value is (148,146,17). Sum of RGB (Red+Green+Blue) = 148+146+17=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #949211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949211 is #6B6DEE. Grayscale: #848484. Windows color (decimal): -7040495 or 1151636. OLE color: 1151636.

HSL color Cylindrical-coordinate representation of color #949211: hue angle of 59.08º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #949211 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB14814617-
CMYK00.010.890.42
HSL59.08º79.39%32.35%-
HSV(B)59.08º88.51%58.04%-
XYZ22.5926.894.53-
YUV131.8963.16139.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.59%
GREEN value IS 146 (57.42% from 255) = 46.95%
BLUE value IS 17 (7.03% from 255) = 5.47%
R=47.59%
G=46.95%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481461700.010.890.4259.0879.3932.35
Hex94921101592A3b4f20
Octal2242222101131527311740
Binary1001010010010010100010110110011010101110111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949211; }

 p { color: rgb(148,146,17); }

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

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

 a { background-color: rgb(148,146,17); }

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

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

 span { border-color: rgb(148,146,17); }

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