#8CA551

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

Shades of Chelsea Cucumber #8CA551

Tints of Chelsea Cucumber #8CA551

Color information

#8CA551 (or 0x8CA551) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A5 and 51. RGB value is (140,165,81). Sum of RGB (Red+Green+Blue) = 140+165+81=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA551 is #735AAE. Grayscale: #949494. Windows color (decimal): -7559855 or 5350796. OLE color: 5350796.

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

Color convert

RGB14016581-
CMYK0.1500.510.35
HSL77.86º34.15%48.24%-
HSV(B)77.86º50.91%64.71%-
XYZ25.7633.0812.81-
YUV147.9590.22122.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.27%
GREEN value IS 165 (64.84% from 255) = 42.75%
BLUE value IS 81 (32.03% from 255) = 20.98%
R=36.27%
G=42.75%
B=20.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal140165810.1500.510.3577.8634.1548.24
Hex8CA551F033234e2230
Octal21424512117063431164260
Binary10001100101001011010001111101100111000111001110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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