#95B45D

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

Shades of Chelsea Cucumber #95B45D

Tints of Chelsea Cucumber #95B45D

Color information

#95B45D (or 0x95B45D) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B4 and 5D. RGB value is (149,180,93). Sum of RGB (Red+Green+Blue) = 149+180+93=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #95B45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B45D is #6A4BA2. Grayscale: #A1A1A1. Windows color (decimal): -6966179 or 6141077. OLE color: 6141077.

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

Color convert

RGB14918093-
CMYK0.1700.480.29
HSL81.38º36.71%53.53%-
HSV(B)81.38º48.33%70.59%-
XYZ30.6939.8216.42-
YUV160.8189.73119.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 180 (70.70% from 255) = 42.65%
BLUE value IS 93 (36.72% from 255) = 22.04%
R=35.31%
G=42.65%
B=22.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149180930.1700.480.2981.3836.7153.53
Hex95B45D110301D512536
Octal22526413521060351214566
Binary10010101101101001011101100010110000111011010001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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