#8BAD42

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

Shades of Chelsea Cucumber #8BAD42

Tints of Chelsea Cucumber #8BAD42

Color information

#8BAD42 (or 0x8BAD42) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AD and 42. RGB value is (139,173,66). Sum of RGB (Red+Green+Blue) = 139+173+66=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAD42 is #7452BD. Grayscale: #979797. Windows color (decimal): -7623358 or 4369803. OLE color: 4369803.

HSL color Cylindrical-coordinate representation of color #8BAD42: hue angle of 79.07º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8BAD42 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB13917366-
CMYK0.2000.620.32
HSL79.07º44.77%46.86%-
HSV(B)79.07º61.85%67.84%-
XYZ26.5735.7710.66-
YUV150.6480.24119.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.77%
GREEN value IS 173 (67.97% from 255) = 45.77%
BLUE value IS 66 (26.17% from 255) = 17.46%
R=36.77%
G=45.77%
B=17.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139173660.2000.620.3279.0744.7746.86
Hex8BAD421403E204f2d2f
Octal21325510224076401175557
Binary100010111010110110000101010001111101000001001111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,173,66); }

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

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

 a { background-color: rgb(139,173,66); }

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

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

 span { border-color: rgb(139,173,66); }

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