#8CA253

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

Shades of Chelsea Cucumber #8CA253

Tints of Chelsea Cucumber #8CA253

Color information

#8CA253 (or 0x8CA253) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A2 and 53. RGB value is (140,162,83). Sum of RGB (Red+Green+Blue) = 140+162+83=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA253 is #735DAC. Grayscale: #929292. Windows color (decimal): -7560621 or 5481100. OLE color: 5481100.

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

Color convert

RGB14016283-
CMYK0.1400.490.36
HSL76.71º32.24%48.04%-
HSV(B)76.71º48.77%63.53%-
XYZ25.332.0413.03-
YUV146.4292.21123.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.36%
GREEN value IS 162 (63.67% from 255) = 42.08%
BLUE value IS 83 (32.81% from 255) = 21.56%
R=36.36%
G=42.08%
B=21.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140162830.1400.490.3676.7132.2448.04
Hex8CA253E031244d2030
Octal21424212316061441154060
Binary10001100101000101010011111001100011001001001101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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