#8CA552

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

Shades of Chelsea Cucumber #8CA552

Tints of Chelsea Cucumber #8CA552

Color information

#8CA552 (or 0x8CA552) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A5 and 52. RGB value is (140,165,82). Sum of RGB (Red+Green+Blue) = 140+165+82=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA552 is #735AAD. Grayscale: #949494. Windows color (decimal): -7559854 or 5416332. OLE color: 5416332.

HSL color Cylindrical-coordinate representation of color #8CA552: hue angle of 78.07º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CA552 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB14016582-
CMYK0.1500.500.35
HSL78.07º33.6%48.43%-
HSV(B)78.07º50.3%64.71%-
XYZ25.7933.0913.01-
YUV148.0690.72122.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.18%
GREEN value IS 165 (64.84% from 255) = 42.64%
BLUE value IS 82 (32.42% from 255) = 21.19%
R=36.18%
G=42.64%
B=21.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal140165820.1500.500.3578.0733.648.43
Hex8CA552F032234e2230
Octal21424512217062431164260
Binary10001100101001011010010111101100101000111001110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,165,82); }

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

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

 a { background-color: rgb(140,165,82); }

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

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

 span { border-color: rgb(140,165,82); }

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