#95A221

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

Shades of Citron #95A221

Tints of Citron #95A221

Color information

#95A221 (or 0x95A221) is unknown color: approx Citron. HEX triplet: 95, A2 and 21. RGB value is (149,162,33). Sum of RGB (Red+Green+Blue) = 149+162+33=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #95A221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A221 is #6A5DDE. Grayscale: #8F8F8F. Windows color (decimal): -6970847 or 2204309. OLE color: 2204309.

HSL color Cylindrical-coordinate representation of color #95A221: hue angle of 66.05º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95A221 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB14916233-
CMYK0.0800.800.36
HSL66.05º66.15%38.24%-
HSV(B)66.05º79.63%63.53%-
XYZ25.5932.346.33-
YUV143.4165.69131.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.31%
GREEN value IS 162 (63.67% from 255) = 47.09%
BLUE value IS 33 (13.28% from 255) = 9.59%
R=43.31%
G=47.09%
B=9.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149162330.0800.800.3666.0566.1538.24
Hex95A221805024424226
Octal225242411001204410210246
Binary100101011010001010000110000101000010010010000101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A221; }

 p { color: rgb(149,162,33); }

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

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

 a { background-color: rgb(149,162,33); }

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

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

 span { border-color: rgb(149,162,33); }

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