#8CA262

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

Shades of Chelsea Cucumber #8CA262

Tints of Chelsea Cucumber #8CA262

Color information

#8CA262 (or 0x8CA262) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A2 and 62. RGB value is (140,162,98). Sum of RGB (Red+Green+Blue) = 140+162+98=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA262 is #735D9D. Grayscale: #949494. Windows color (decimal): -7560606 or 6464140. OLE color: 6464140.

HSL color Cylindrical-coordinate representation of color #8CA262: hue angle of 80.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CA262 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB14016298-
CMYK0.1400.400.36
HSL80.62º25.6%50.98%-
HSV(B)80.62º39.51%63.53%-
XYZ25.9432.316.42-
YUV148.1399.71122.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35%
GREEN value IS 162 (63.67% from 255) = 40.5%
BLUE value IS 98 (38.67% from 255) = 24.5%
R=35%
G=40.5%
B=24.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140162980.1400.400.3680.6225.650.98
Hex8CA262E02824511a33
Octal21424214216050441213263
Binary1000110010100010110001011100101000100100101000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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