#95B262

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

Shades of Chelsea Cucumber #95B262

Tints of Chelsea Cucumber #95B262

Color information

#95B262 (or 0x95B262) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B2 and 62. RGB value is (149,178,98). Sum of RGB (Red+Green+Blue) = 149+178+98=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #95B262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95B262 is #6A4D9D. Grayscale: #A0A0A0. Windows color (decimal): -6966686 or 6468245. OLE color: 6468245.

HSL color Cylindrical-coordinate representation of color #95B262: hue angle of 81.75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95B262 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB14917898-
CMYK0.1600.450.30
HSL81.75º34.19%54.12%-
HSV(B)81.75º44.94%69.8%-
XYZ30.5239.1117.5-
YUV160.2192.89120-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 178 (69.92% from 255) = 41.88%
BLUE value IS 98 (38.67% from 255) = 23.06%
R=35.06%
G=41.88%
B=23.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal149178980.1600.450.3081.7534.1954.12
Hex95B2621002D1E522236
Octal22526214220055361224266
Binary10010101101100101100010100000101101111101010010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,178,98); }

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

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

 a { background-color: rgb(149,178,98); }

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

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

 span { border-color: rgb(149,178,98); }

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