#8CA248

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

Shades of Chelsea Cucumber #8CA248

Tints of Chelsea Cucumber #8CA248

Color information

#8CA248 (or 0x8CA248) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A2 and 48. RGB value is (140,162,72). Sum of RGB (Red+Green+Blue) = 140+162+72=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA248 is #735DB7. Grayscale: #919191. Windows color (decimal): -7560632 or 4760204. OLE color: 4760204.

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

Color convert

RGB14016272-
CMYK0.1400.560.36
HSL74.67º38.46%45.88%-
HSV(B)74.67º55.56%63.53%-
XYZ24.9131.8810.97-
YUV145.1686.71124.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.43%
GREEN value IS 162 (63.67% from 255) = 43.32%
BLUE value IS 72 (28.52% from 255) = 19.25%
R=37.43%
G=43.32%
B=19.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140162720.1400.560.3674.6738.4645.88
Hex8CA248E038244b262e
Octal21424211016070441134656
Binary10001100101000101001000111001110001001001001011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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