#95B75D

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

Shades of Chelsea Cucumber #95B75D

Tints of Chelsea Cucumber #95B75D

Color information

#95B75D (or 0x95B75D) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B7 and 5D. RGB value is (149,183,93). Sum of RGB (Red+Green+Blue) = 149+183+93=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #95B75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B75D is #6A48A2. Grayscale: #A2A2A2. Windows color (decimal): -6965411 or 6141845. OLE color: 6141845.

HSL color Cylindrical-coordinate representation of color #95B75D: hue angle of 82.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95B75D is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB14918393-
CMYK0.1900.490.28
HSL82.67º38.46%54.12%-
HSV(B)82.67º49.18%71.76%-
XYZ31.341.0516.63-
YUV162.5788.74118.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 183 (71.88% from 255) = 43.06%
BLUE value IS 93 (36.72% from 255) = 21.88%
R=35.06%
G=43.06%
B=21.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal149183930.1900.490.2882.6738.4654.12
Hex95B75D130311C532636
Octal22526713523061341234666
Binary10010101101101111011101100110110001111001010011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,183,93); }

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

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

 a { background-color: rgb(149,183,93); }

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

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

 span { border-color: rgb(149,183,93); }

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