#949221

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

Shades of Citron #949221

Tints of Citron #949221

Color information

#949221 (or 0x949221) is unknown color: approx Citron. HEX triplet: 94, 92 and 21. RGB value is (148,146,33). Sum of RGB (Red+Green+Blue) = 148+146+33=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #949221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949221 is #6B6DDE. Grayscale: #868686. Windows color (decimal): -7040479 or 2200212. OLE color: 2200212.

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

Color convert

RGB14814633-
CMYK00.010.780.42
HSL58.96º63.54%35.49%-
HSV(B)58.96º77.7%58.04%-
XYZ22.7726.965.44-
YUV133.7271.16138.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.26%
GREEN value IS 146 (57.42% from 255) = 44.65%
BLUE value IS 33 (13.28% from 255) = 10.09%
R=45.26%
G=44.65%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481463300.010.780.4258.9663.5435.49
Hex949221014E2A3b4023
Octal2242224101116527310043
Binary10010100100100101000010110011101010101110111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949221; }

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

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

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

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

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

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

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

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