#8BA56F

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

Shades of Chelsea Cucumber #8BA56F

Tints of Chelsea Cucumber #8BA56F

Color information

#8BA56F (or 0x8BA56F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A5 and 6F. RGB value is (139,165,111). Sum of RGB (Red+Green+Blue) = 139+165+111=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA56F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA56F is #745A90. Grayscale: #979797. Windows color (decimal): -7625361 or 7316875. OLE color: 7316875.

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

Color convert

RGB139165111-
CMYK0.1600.330.35
HSL88.89º23.08%54.12%-
HSV(B)88.89º32.73%64.71%-
XYZ26.9733.5520.09-
YUV151.07105.39119.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.49%
GREEN value IS 165 (64.84% from 255) = 39.76%
BLUE value IS 111 (43.75% from 255) = 26.75%
R=33.49%
G=39.76%
B=26.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1391651110.1600.330.3588.8923.0854.12
Hex8BA56F1002123591736
Octal21324515720041431312766
Binary10001011101001011101111100000100001100011101100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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