#8CAA4C

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

Shades of Chelsea Cucumber #8CAA4C

Tints of Chelsea Cucumber #8CAA4C

Color information

#8CAA4C (or 0x8CAA4C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AA and 4C. RGB value is (140,170,76). Sum of RGB (Red+Green+Blue) = 140+170+76=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA4C is #7355B3. Grayscale: #969696. Windows color (decimal): -7558580 or 5024396. OLE color: 5024396.

HSL color Cylindrical-coordinate representation of color #8CAA4C: hue angle of 79.15º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CAA4C is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB14017076-
CMYK0.1800.550.33
HSL79.15º38.21%48.24%-
HSV(B)79.15º55.29%66.67%-
XYZ26.4934.8512.17-
YUV150.3186.06120.64-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.27%
GREEN value IS 170 (66.80% from 255) = 44.04%
BLUE value IS 76 (30.08% from 255) = 19.69%
R=36.27%
G=44.04%
B=19.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140170760.1800.550.3379.1538.2148.24
Hex8CAA4C12037214f2630
Octal21425211422067411174660
Binary100011001010101010011001001001101111000011001111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,170,76); }

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

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

 a { background-color: rgb(140,170,76); }

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

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

 span { border-color: rgb(140,170,76); }

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