#8BB483

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

Shades of Dark Sea Green #8BB483

Tints of Dark Sea Green #8BB483

Color information

#8BB483 (or 0x8BB483) is unknown color: approx Dark Sea Green. HEX triplet: 8B, B4 and 83. RGB value is (139,180,131). Sum of RGB (Red+Green+Blue) = 139+180+131=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB483 is #744B7C. Grayscale: #A2A2A2. Windows color (decimal): -7621501 or 8631435. OLE color: 8631435.

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

Color convert

RGB139180131-
CMYK0.2300.270.29
HSL110.2º24.62%60.98%-
HSV(B)110.2º27.22%70.59%-
XYZ31.0739.7727.51-
YUV162.16110.42111.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.89%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 131 (51.56% from 255) = 29.11%
R=30.89%
G=40%
B=29.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391801310.2300.270.29110.224.6260.98
Hex8BB4831701B1D6e193d
Octal21326420327033351563175
Binary1000101110110100100000111011101101111101110111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,180,131); }

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

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

 a { background-color: rgb(139,180,131); }

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

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

 span { border-color: rgb(139,180,131); }

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