#95B65F

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

Shades of Chelsea Cucumber #95B65F

Tints of Chelsea Cucumber #95B65F

Color information

#95B65F (or 0x95B65F) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B6 and 5F. RGB value is (149,182,95). Sum of RGB (Red+Green+Blue) = 149+182+95=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 182 - color contains mainly: green. Hex color #95B65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B65F is #6A49A0. Grayscale: #A2A2A2. Windows color (decimal): -6965665 or 6272661. OLE color: 6272661.

HSL color Cylindrical-coordinate representation of color #95B65F: hue angle of 82.76º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95B65F is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB14918295-
CMYK0.1800.480.29
HSL82.76º37.34%54.31%-
HSV(B)82.76º47.8%71.37%-
XYZ31.1940.6717.03-
YUV162.2290.07118.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.98%
GREEN value IS 182 (71.48% from 255) = 42.72%
BLUE value IS 95 (37.5% from 255) = 22.30%
R=34.98%
G=42.72%
B=22.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149182950.1800.480.2982.7637.3454.31
Hex95B65F120301D532536
Octal22526613722060351234566
Binary10010101101101101011111100100110000111011010011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,182,95); }

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

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

 a { background-color: rgb(149,182,95); }

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

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

 span { border-color: rgb(149,182,95); }

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