#8DA265

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

Shades of Chelsea Cucumber #8DA265

Tints of Chelsea Cucumber #8DA265

Color information

#8DA265 (or 0x8DA265) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, A2 and 65. RGB value is (141,162,101). Sum of RGB (Red+Green+Blue) = 141+162+101=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA265 is #725D9A. Grayscale: #949494. Windows color (decimal): -7495067 or 6660749. OLE color: 6660749.

HSL color Cylindrical-coordinate representation of color #8DA265: hue angle of 80.66º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DA265 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB141162101-
CMYK0.1300.380.36
HSL80.66º24.7%51.57%-
HSV(B)80.66º37.65%63.53%-
XYZ26.2532.4417.19-
YUV148.77101.04122.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.90%
GREEN value IS 162 (63.67% from 255) = 40.10%
BLUE value IS 101 (39.84% from 255) = 25%
R=34.90%
G=40.10%
B=25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411621010.1300.380.3680.6624.751.57
Hex8DA265D02624511934
Octal21524214515046441213164
Binary1000110110100010110010111010100110100100101000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DA265; }

 p { color: rgb(141,162,101); }

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

<style>
 a { background-color: #8DA265; }

 a { background-color: rgb(141,162,101); }

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

<style>
 span { border-color: #8DA265; }

 span { border-color: rgb(141,162,101); }

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