#8BB98A

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

Shades of Dark Sea Green #8BB98A

Tints of Dark Sea Green #8BB98A

Color information

#8BB98A (or 0x8BB98A) is unknown color: approx Dark Sea Green. HEX triplet: 8B, B9 and 8A. RGB value is (139,185,138). Sum of RGB (Red+Green+Blue) = 139+185+138=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB98A is #744675. Grayscale: #A6A6A6. Windows color (decimal): -7620214 or 9091467. OLE color: 9091467.

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

Color convert

RGB139185138-
CMYK0.2500.250.27
HSL118.72º25.13%63.33%-
HSV(B)118.72º25.41%72.55%-
XYZ32.5842.0230.44-
YUV165.89112.26108.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.09%
GREEN value IS 185 (72.66% from 255) = 40.04%
BLUE value IS 138 (54.30% from 255) = 29.87%
R=30.09%
G=40.04%
B=29.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391851380.2500.250.27118.7225.1363.33
Hex8BB98A190191B77193f
Octal21327121231031331673177
Binary1000101110111001100010101100101100111011111011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,185,138); }

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

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

 a { background-color: rgb(139,185,138); }

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

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

 span { border-color: rgb(139,185,138); }

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