#95AB4A

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

Shades of Chelsea Cucumber #95AB4A

Tints of Chelsea Cucumber #95AB4A

Color information

#95AB4A (or 0x95AB4A) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, AB and 4A. RGB value is (149,171,74). Sum of RGB (Red+Green+Blue) = 149+171+74=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #95AB4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AB4A is #6A54B5. Grayscale: #999999. Windows color (decimal): -6968502 or 4893589. OLE color: 4893589.

HSL color Cylindrical-coordinate representation of color #95AB4A: hue angle of 73.61º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95AB4A is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB14917174-
CMYK0.1300.570.33
HSL73.61º39.59%48.04%-
HSV(B)73.61º56.73%67.06%-
XYZ28.1936.0111.94-
YUV153.3683.21124.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.82%
GREEN value IS 171 (67.19% from 255) = 43.40%
BLUE value IS 74 (29.30% from 255) = 18.78%
R=37.82%
G=43.40%
B=18.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149171740.1300.570.3373.6139.5948.04
Hex95AB4AD039214a2830
Octal22525311215071411125060
Binary10010101101010111001010110101110011000011001010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,171,74); }

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

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

 a { background-color: rgb(149,171,74); }

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

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

 span { border-color: rgb(149,171,74); }

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