#8BA56C

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

Shades of Chelsea Cucumber #8BA56C

Tints of Chelsea Cucumber #8BA56C

Color information

#8BA56C (or 0x8BA56C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A5 and 6C. RGB value is (139,165,108). Sum of RGB (Red+Green+Blue) = 139+165+108=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA56C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA56C is #745A93. Grayscale: #969696. Windows color (decimal): -7625364 or 7120267. OLE color: 7120267.

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

Color convert

RGB139165108-
CMYK0.1600.350.35
HSL87.37º24.05%53.53%-
HSV(B)87.37º34.55%64.71%-
XYZ26.8133.4819.24-
YUV150.73103.89119.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.74%
GREEN value IS 165 (64.84% from 255) = 40.05%
BLUE value IS 108 (42.58% from 255) = 26.21%
R=33.74%
G=40.05%
B=26.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1391651080.1600.350.3587.3724.0553.53
Hex8BA56C1002323571836
Octal21324515420043431273066
Binary10001011101001011101100100000100011100011101011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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