#8BA572

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

Shades of Chelsea Cucumber #8BA572

Tints of Chelsea Cucumber #8BA572

Color information

#8BA572 (or 0x8BA572) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A5 and 72. RGB value is (139,165,114). Sum of RGB (Red+Green+Blue) = 139+165+114=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA572 is #745A8D. Grayscale: #979797. Windows color (decimal): -7625358 or 7513483. OLE color: 7513483.

HSL color Cylindrical-coordinate representation of color #8BA572: hue angle of 90.59º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BA572 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB139165114-
CMYK0.1600.310.35
HSL90.59º22.08%54.71%-
HSV(B)90.59º30.91%64.71%-
XYZ27.1433.6120.98-
YUV151.41106.89119.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.25%
GREEN value IS 165 (64.84% from 255) = 39.47%
BLUE value IS 114 (44.92% from 255) = 27.27%
R=33.25%
G=39.47%
B=27.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1391651140.1600.310.3590.5922.0854.71
Hex8BA5721001F235b1637
Octal21324516220037431332667
Binary1000101110100101111001010000011111100011101101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,165,114); }

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

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

 a { background-color: rgb(139,165,114); }

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

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

 span { border-color: rgb(139,165,114); }

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