#8BAB46

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

Shades of Chelsea Cucumber #8BAB46

Tints of Chelsea Cucumber #8BAB46

Color information

#8BAB46 (or 0x8BAB46) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AB and 46. RGB value is (139,171,70). Sum of RGB (Red+Green+Blue) = 139+171+70=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #8BAB46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAB46 is #7454B9. Grayscale: #969696. Windows color (decimal): -7623866 or 4631435. OLE color: 4631435.

HSL color Cylindrical-coordinate representation of color #8BAB46: hue angle of 79.01º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8BAB46 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB13917170-
CMYK0.1900.590.33
HSL79.01º41.91%47.25%-
HSV(B)79.01º59.06%67.06%-
XYZ26.3235.0611.17-
YUV149.9282.9120.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.58%
GREEN value IS 171 (67.19% from 255) = 45%
BLUE value IS 70 (27.73% from 255) = 18.42%
R=36.58%
G=45%
B=18.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139171700.1900.590.3379.0141.9147.25
Hex8BAB461303B214f2a2f
Octal21325310623073411175257
Binary100010111010101110001101001101110111000011001111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,171,70); }

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

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

 a { background-color: rgb(139,171,70); }

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

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

 span { border-color: rgb(139,171,70); }

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