#8BAD52

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

Shades of Chelsea Cucumber #8BAD52

Tints of Chelsea Cucumber #8BAD52

Color information

#8BAD52 (or 0x8BAD52) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AD and 52. RGB value is (139,173,82). Sum of RGB (Red+Green+Blue) = 139+173+82=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAD52 is #7452AD. Grayscale: #989898. Windows color (decimal): -7623342 or 5418379. OLE color: 5418379.

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

Color convert

RGB13917382-
CMYK0.2000.530.32
HSL82.42º35.69%50%-
HSV(B)82.42º52.6%67.84%-
XYZ27.1135.9913.5-
YUV152.4688.24118.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.28%
GREEN value IS 173 (67.97% from 255) = 43.91%
BLUE value IS 82 (32.42% from 255) = 20.81%
R=35.28%
G=43.91%
B=20.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139173820.2000.530.3282.4235.6950
Hex8BAD521403520522432
Octal21325512224065401224462
Binary100010111010110110100101010001101011000001010010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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