#8CB254

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

Shades of Chelsea Cucumber #8CB254

Tints of Chelsea Cucumber #8CB254

Color information

#8CB254 (or 0x8CB254) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B2 and 54. RGB value is (140,178,84). Sum of RGB (Red+Green+Blue) = 140+178+84=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB254 is #734DAB. Grayscale: #9C9C9C. Windows color (decimal): -7556524 or 5550732. OLE color: 5550732.

HSL color Cylindrical-coordinate representation of color #8CB254: hue angle of 84.26º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CB254 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB14017884-
CMYK0.2100.530.30
HSL84.26º37.9%51.37%-
HSV(B)84.26º52.81%69.8%-
XYZ28.3438.0614.24-
YUV155.9287.41116.64-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.83%
GREEN value IS 178 (69.92% from 255) = 44.28%
BLUE value IS 84 (33.20% from 255) = 20.90%
R=34.83%
G=44.28%
B=20.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal140178840.2100.530.3084.2637.951.37
Hex8CB254150351E542633
Octal21426212425065361244663
Binary10001100101100101010100101010110101111101010100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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