#95B95B

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

Shades of Chelsea Cucumber #95B95B

Tints of Chelsea Cucumber #95B95B

Color information

#95B95B (or 0x95B95B) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B9 and 5B. RGB value is (149,185,91). Sum of RGB (Red+Green+Blue) = 149+185+91=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #95B95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B95B is #6A46A4. Grayscale: #A3A3A3. Windows color (decimal): -6964901 or 6011285. OLE color: 6011285.

HSL color Cylindrical-coordinate representation of color #95B95B: hue angle of 82.98º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95B95B is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB14918591-
CMYK0.1900.510.27
HSL82.98º40.17%54.12%-
HSV(B)82.98º50.81%72.55%-
XYZ31.6341.8416.31-
YUV163.5287.07117.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 185 (72.66% from 255) = 43.53%
BLUE value IS 91 (35.94% from 255) = 21.41%
R=35.06%
G=43.53%
B=21.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149185910.1900.510.2782.9840.1754.12
Hex95B95B130331B532836
Octal22527113323063331235066
Binary10010101101110011011011100110110011110111010011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,185,91); }

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

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

 a { background-color: rgb(149,185,91); }

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

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

 span { border-color: rgb(149,185,91); }

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