#95B05B

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

Shades of Chelsea Cucumber #95B05B

Tints of Chelsea Cucumber #95B05B

Color information

#95B05B (or 0x95B05B) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B0 and 5B. RGB value is (149,176,91). Sum of RGB (Red+Green+Blue) = 149+176+91=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #95B05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95B05B is #6A4FA4. Grayscale: #9E9E9E. Windows color (decimal): -6967205 or 6008981. OLE color: 6008981.

HSL color Cylindrical-coordinate representation of color #95B05B: hue angle of 79.06º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95B05B is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB14917691-
CMYK0.1500.480.31
HSL79.06º34.98%52.35%-
HSV(B)79.06º48.3%69.02%-
XYZ29.8138.215.7-
YUV158.2490.05121.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.82%
GREEN value IS 176 (69.14% from 255) = 42.31%
BLUE value IS 91 (35.94% from 255) = 21.88%
R=35.82%
G=42.31%
B=21.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149176910.1500.480.3179.0634.9852.35
Hex95B05BF0301F4f2334
Octal22526013317060371174364
Binary1001010110110000101101111110110000111111001111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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