#8CB482

Color #8CB482 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #8CB482

Tints of Dark Sea Green #8CB482

Color information

#8CB482 (or 0x8CB482) is unknown color: approx Dark Sea Green. HEX triplet: 8C, B4 and 82. RGB value is (140,180,130). Sum of RGB (Red+Green+Blue) = 140+180+130=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB482 is #734B7D. Grayscale: #A2A2A2. Windows color (decimal): -7555966 or 8565900. OLE color: 8565900.

HSL color Cylindrical-coordinate representation of color #8CB482: hue angle of 108º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CB482 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB140180130-
CMYK0.2200.280.29
HSL108º25%60.78%-
HSV(B)108º27.78%70.59%-
XYZ31.1739.8327.16-
YUV162.34109.75112.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.11%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 130 (51.17% from 255) = 28.89%
R=31.11%
G=40%
B=28.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401801300.2200.280.291082560.78
Hex8CB4821601C1D6c193d
Octal21426420226034351543175
Binary1000110010110100100000101011001110011101110110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,180,130); }

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

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

 a { background-color: rgb(140,180,130); }

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

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

 span { border-color: rgb(140,180,130); }

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