#8CA271

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

Shades of Chelsea Cucumber #8CA271

Tints of Chelsea Cucumber #8CA271

Color information

#8CA271 (or 0x8CA271) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A2 and 71. RGB value is (140,162,113). Sum of RGB (Red+Green+Blue) = 140+162+113=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA271 is #735D8E. Grayscale: #969696. Windows color (decimal): -7560591 or 7447180. OLE color: 7447180.

HSL color Cylindrical-coordinate representation of color #8CA271: hue angle of 86.94º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CA271 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB140162113-
CMYK0.1400.300.36
HSL86.94º20.85%53.92%-
HSV(B)86.94º30.25%63.53%-
XYZ26.7232.6120.51-
YUV149.84107.21120.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.73%
GREEN value IS 162 (63.67% from 255) = 39.04%
BLUE value IS 113 (44.53% from 255) = 27.23%
R=33.73%
G=39.04%
B=27.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401621130.1400.300.3686.9420.8553.92
Hex8CA271E01E24571536
Octal21424216116036441272566
Binary100011001010001011100011110011110100100101011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,162,113); }

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

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

 a { background-color: rgb(140,162,113); }

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

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

 span { border-color: rgb(140,162,113); }

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