#8CA263

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

Shades of Chelsea Cucumber #8CA263

Tints of Chelsea Cucumber #8CA263

Color information

#8CA263 (or 0x8CA263) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A2 and 63. RGB value is (140,162,99). Sum of RGB (Red+Green+Blue) = 140+162+99=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA263 is #735D9C. Grayscale: #949494. Windows color (decimal): -7560605 or 6529676. OLE color: 6529676.

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

Color convert

RGB14016299-
CMYK0.1400.390.36
HSL80.95º25.3%51.18%-
HSV(B)80.95º38.89%63.53%-
XYZ25.9932.3216.67-
YUV148.24100.21122.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.91%
GREEN value IS 162 (63.67% from 255) = 40.40%
BLUE value IS 99 (39.06% from 255) = 24.69%
R=34.91%
G=40.40%
B=24.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140162990.1400.390.3680.9525.351.18
Hex8CA263E02724511933
Octal21424214316047441213163
Binary1000110010100010110001111100100111100100101000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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