#8BAF6A

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

Shades of Chelsea Cucumber #8BAF6A

Tints of Chelsea Cucumber #8BAF6A

Color information

#8BAF6A (or 0x8BAF6A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AF and 6A. RGB value is (139,175,106). Sum of RGB (Red+Green+Blue) = 139+175+106=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF6A is #745095. Grayscale: #9C9C9C. Windows color (decimal): -7622806 or 6991755. OLE color: 6991755.

HSL color Cylindrical-coordinate representation of color #8BAF6A: hue angle of 91.3º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BAF6A is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB139175106-
CMYK0.2100.390.31
HSL91.3º30.13%55.1%-
HSV(B)91.3º39.43%68.63%-
XYZ28.5837.1919.31-
YUV156.3799.57115.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.10%
GREEN value IS 175 (68.75% from 255) = 41.67%
BLUE value IS 106 (41.80% from 255) = 25.24%
R=33.10%
G=41.67%
B=25.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391751060.2100.390.3191.330.1355.1
Hex8BAF6A150271F5b1e37
Octal21325715225047371333667
Binary1000101110101111110101010101010011111111101101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,175,106); }

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

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

 a { background-color: rgb(139,175,106); }

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

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

 span { border-color: rgb(139,175,106); }

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