#8CAE53

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

Shades of Chelsea Cucumber #8CAE53

Tints of Chelsea Cucumber #8CAE53

Color information

#8CAE53 (or 0x8CAE53) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AE and 53. RGB value is (140,174,83). Sum of RGB (Red+Green+Blue) = 140+174+83=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAE53 is #7351AC. Grayscale: #999999. Windows color (decimal): -7557549 or 5484172. OLE color: 5484172.

HSL color Cylindrical-coordinate representation of color #8CAE53: hue angle of 82.42º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CAE53 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB14017483-
CMYK0.2000.520.32
HSL82.42º35.97%50.39%-
HSV(B)82.42º52.3%68.24%-
XYZ27.5136.4713.77-
YUV153.4688.24118.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.26%
GREEN value IS 174 (68.36% from 255) = 43.83%
BLUE value IS 83 (32.81% from 255) = 20.91%
R=35.26%
G=43.83%
B=20.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140174830.2000.520.3282.4235.9750.39
Hex8CAE531403420522432
Octal21425612324064401224462
Binary100011001010111010100111010001101001000001010010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,174,83); }

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

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

 a { background-color: rgb(140,174,83); }

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

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

 span { border-color: rgb(140,174,83); }

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