#95B461

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

Shades of Chelsea Cucumber #95B461

Tints of Chelsea Cucumber #95B461

Color information

#95B461 (or 0x95B461) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B4 and 61. RGB value is (149,180,97). Sum of RGB (Red+Green+Blue) = 149+180+97=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #95B461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B461 is #6A4B9E. Grayscale: #A1A1A1. Windows color (decimal): -6966175 or 6403221. OLE color: 6403221.

HSL color Cylindrical-coordinate representation of color #95B461: hue angle of 82.41º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95B461 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB14918097-
CMYK0.1700.460.29
HSL82.41º35.62%54.31%-
HSV(B)82.41º46.11%70.59%-
XYZ30.8739.917.38-
YUV161.2791.73119.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.98%
GREEN value IS 180 (70.70% from 255) = 42.25%
BLUE value IS 97 (38.28% from 255) = 22.77%
R=34.98%
G=42.25%
B=22.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149180970.1700.460.2982.4135.6254.31
Hex95B4611102E1D522436
Octal22526414121056351224466
Binary10010101101101001100001100010101110111011010010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,180,97); }

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

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

 a { background-color: rgb(149,180,97); }

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

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

 span { border-color: rgb(149,180,97); }

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