#8CAE4B

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

Shades of Chelsea Cucumber #8CAE4B

Tints of Chelsea Cucumber #8CAE4B

Color information

#8CAE4B (or 0x8CAE4B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AE and 4B. RGB value is (140,174,75). Sum of RGB (Red+Green+Blue) = 140+174+75=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAE4B is #7351B4. Grayscale: #989898. Windows color (decimal): -7557557 or 4959884. OLE color: 4959884.

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

Color convert

RGB14017475-
CMYK0.2000.570.32
HSL80.61º39.76%48.82%-
HSV(B)80.61º56.9%68.24%-
XYZ27.2236.3612.24-
YUV152.5584.24119.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.99%
GREEN value IS 174 (68.36% from 255) = 44.73%
BLUE value IS 75 (29.69% from 255) = 19.28%
R=35.99%
G=44.73%
B=19.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140174750.2000.570.3280.6139.7648.82
Hex8CAE4B1403920512831
Octal21425611324071401215061
Binary100011001010111010010111010001110011000001010001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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