#95A222

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

Shades of Citron #95A222

Tints of Citron #95A222

Color information

#95A222 (or 0x95A222) is unknown color: approx Citron. HEX triplet: 95, A2 and 22. RGB value is (149,162,34). Sum of RGB (Red+Green+Blue) = 149+162+34=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #95A222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A222 is #6A5DDD. Grayscale: #909090. Windows color (decimal): -6970846 or 2269845. OLE color: 2269845.

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

Color convert

RGB14916234-
CMYK0.0800.790.36
HSL66.09º65.31%38.43%-
HSV(B)66.09º79.01%63.53%-
XYZ25.632.356.41-
YUV143.5266.19131.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.19%
GREEN value IS 162 (63.67% from 255) = 46.96%
BLUE value IS 34 (13.67% from 255) = 9.86%
R=43.19%
G=46.96%
B=9.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149162340.0800.790.3666.0965.3138.43
Hex95A222804F24424126
Octal225242421001174410210146
Binary100101011010001010001010000100111110010010000101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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