#95B45C

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

Shades of Chelsea Cucumber #95B45C

Tints of Chelsea Cucumber #95B45C

Color information

#95B45C (or 0x95B45C) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B4 and 5C. RGB value is (149,180,92). Sum of RGB (Red+Green+Blue) = 149+180+92=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 180 - color contains mainly: green. Hex color #95B45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B45C is #6A4BA3. Grayscale: #A1A1A1. Windows color (decimal): -6966180 or 6075541. OLE color: 6075541.

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

Color convert

RGB14918092-
CMYK0.1700.490.29
HSL81.14º36.97%53.33%-
HSV(B)81.14º48.89%70.59%-
XYZ30.6539.816.19-
YUV160.789.23119.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.39%
GREEN value IS 180 (70.70% from 255) = 42.76%
BLUE value IS 92 (36.33% from 255) = 21.85%
R=35.39%
G=42.76%
B=21.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149180920.1700.490.2981.1436.9753.33
Hex95B45C110311D512535
Octal22526413421061351214565
Binary10010101101101001011100100010110001111011010001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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