#8CA554

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

Shades of Chelsea Cucumber #8CA554

Tints of Chelsea Cucumber #8CA554

Color information

#8CA554 (or 0x8CA554) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A5 and 54. RGB value is (140,165,84). Sum of RGB (Red+Green+Blue) = 140+165+84=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA554 is #735AAB. Grayscale: #949494. Windows color (decimal): -7559852 or 5547404. OLE color: 5547404.

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

Color convert

RGB14016584-
CMYK0.1500.490.35
HSL78.52º32.53%48.82%-
HSV(B)78.52º49.09%64.71%-
XYZ25.8733.1313.42-
YUV148.2991.72122.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.99%
GREEN value IS 165 (64.84% from 255) = 42.42%
BLUE value IS 84 (33.20% from 255) = 21.59%
R=35.99%
G=42.42%
B=21.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal140165840.1500.490.3578.5232.5348.82
Hex8CA554F031234f2131
Octal21424512417061431174161
Binary10001100101001011010100111101100011000111001111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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