#8CB98A

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

Shades of Dark Sea Green #8CB98A

Tints of Dark Sea Green #8CB98A

Color information

#8CB98A (or 0x8CB98A) is unknown color: approx Dark Sea Green. HEX triplet: 8C, B9 and 8A. RGB value is (140,185,138). Sum of RGB (Red+Green+Blue) = 140+185+138=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB98A is #734675. Grayscale: #A6A6A6. Windows color (decimal): -7554678 or 9091468. OLE color: 9091468.

HSL color Cylindrical-coordinate representation of color #8CB98A: hue angle of 117.45º 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 #8CB98A is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB140185138-
CMYK0.2400.250.27
HSL117.45º25.13%63.33%-
HSV(B)117.45º25.41%72.55%-
XYZ32.7542.1130.45-
YUV166.19112.09109.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.24%
GREEN value IS 185 (72.66% from 255) = 39.96%
BLUE value IS 138 (54.30% from 255) = 29.81%
R=30.24%
G=39.96%
B=29.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401851380.2400.250.27117.4525.1363.33
Hex8CB98A180191B75193f
Octal21427121230031331653177
Binary1000110010111001100010101100001100111011111010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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