#95B45E

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

Shades of Chelsea Cucumber #95B45E

Tints of Chelsea Cucumber #95B45E

Color information

#95B45E (or 0x95B45E) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B4 and 5E. RGB value is (149,180,94). Sum of RGB (Red+Green+Blue) = 149+180+94=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #95B45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B45E is #6A4BA1. Grayscale: #A1A1A1. Windows color (decimal): -6966178 or 6206613. OLE color: 6206613.

HSL color Cylindrical-coordinate representation of color #95B45E: hue angle of 81.63º degrees, saturation: 0.36, 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 #95B45E is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB14918094-
CMYK0.1700.480.29
HSL81.63º36.44%53.73%-
HSV(B)81.63º47.78%70.59%-
XYZ30.7439.8416.66-
YUV160.9390.23119.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 180 (70.70% from 255) = 42.55%
BLUE value IS 94 (37.11% from 255) = 22.22%
R=35.22%
G=42.55%
B=22.22%

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
Decimal149180940.1700.480.2981.6336.4453.73
Hex95B45E110301D522436
Octal22526413621060351224466
Binary10010101101101001011110100010110000111011010010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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