#8BAD4A

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

Shades of Chelsea Cucumber #8BAD4A

Tints of Chelsea Cucumber #8BAD4A

Color information

#8BAD4A (or 0x8BAD4A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AD and 4A. RGB value is (139,173,74). Sum of RGB (Red+Green+Blue) = 139+173+74=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAD4A is #7452B5. Grayscale: #979797. Windows color (decimal): -7623350 or 4894091. OLE color: 4894091.

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

Color convert

RGB13917374-
CMYK0.2000.570.32
HSL80.61º40.08%48.43%-
HSV(B)80.61º57.23%67.84%-
XYZ26.8335.8711.99-
YUV151.5584.24119.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.01%
GREEN value IS 173 (67.97% from 255) = 44.82%
BLUE value IS 74 (29.30% from 255) = 19.17%
R=36.01%
G=44.82%
B=19.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139173740.2000.570.3280.6140.0848.43
Hex8BAD4A1403920512830
Octal21325511224071401215060
Binary100010111010110110010101010001110011000001010001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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