#8CA273

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

Shades of Chelsea Cucumber #8CA273

Tints of Chelsea Cucumber #8CA273

Color information

#8CA273 (or 0x8CA273) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A2 and 73. RGB value is (140,162,115). Sum of RGB (Red+Green+Blue) = 140+162+115=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA273 is #735D8C. Grayscale: #969696. Windows color (decimal): -7560589 or 7578252. OLE color: 7578252.

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

Color convert

RGB140162115-
CMYK0.1400.290.36
HSL88.09º20.17%54.31%-
HSV(B)88.09º29.01%63.53%-
XYZ26.8332.6521.11-
YUV150.06108.21120.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.57%
GREEN value IS 162 (63.67% from 255) = 38.85%
BLUE value IS 115 (45.31% from 255) = 27.58%
R=33.57%
G=38.85%
B=27.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401621150.1400.290.3688.0920.1754.31
Hex8CA273E01D24581436
Octal21424216316035441302466
Binary100011001010001011100111110011101100100101100010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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