#95B758

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

Shades of Chelsea Cucumber #95B758

Tints of Chelsea Cucumber #95B758

Color information

#95B758 (or 0x95B758) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B7 and 58. RGB value is (149,183,88). Sum of RGB (Red+Green+Blue) = 149+183+88=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 183 - color contains mainly: green. Hex color #95B758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B758 is #6A48A7. Grayscale: #A2A2A2. Windows color (decimal): -6965416 or 5814165. OLE color: 5814165.

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

Color convert

RGB14918388-
CMYK0.1900.520.28
HSL81.47º39.75%53.14%-
HSV(B)81.47º51.91%71.76%-
XYZ31.0940.9615.5-
YUV16286.24118.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 183 (71.88% from 255) = 43.57%
BLUE value IS 88 (34.77% from 255) = 20.95%
R=35.48%
G=43.57%
B=20.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal149183880.1900.520.2881.4739.7553.14
Hex95B758130341C512835
Octal22526713023064341215065
Binary10010101101101111011000100110110100111001010001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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