#95A036

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

Shades of Citron #95A036

Tints of Citron #95A036

Color information

#95A036 (or 0x95A036) is unknown color: approx Citron. HEX triplet: 95, A0 and 36. RGB value is (149,160,54). Sum of RGB (Red+Green+Blue) = 149+160+54=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 54 (21.48% from 255 or 14.88% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #95A036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A036 is #6A5FC9. Grayscale: #919191. Windows color (decimal): -6971338 or 3580053. OLE color: 3580053.

HSL color Cylindrical-coordinate representation of color #95A036: hue angle of 66.23º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95A036 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB14916054-
CMYK0.0700.660.37
HSL66.23º49.53%41.96%-
HSV(B)66.23º66.25%62.75%-
XYZ25.6331.88.28-
YUV144.6376.86131.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 160 (62.89% from 255) = 44.08%
BLUE value IS 54 (21.48% from 255) = 14.88%
R=41.05%
G=44.08%
B=14.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal149160540.0700.660.3766.2349.5341.96
Hex95A03670422542322a
Octal2252406670102451026252
Binary1001010110100000110110111010000101001011000010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,160,54); }

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

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

 a { background-color: rgb(149,160,54); }

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

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

 span { border-color: rgb(149,160,54); }

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