#8CBB92

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

Shades of Dark Sea Green #8CBB92

Tints of Dark Sea Green #8CBB92

Color information

#8CBB92 (or 0x8CBB92) is unknown color: approx Dark Sea Green. HEX triplet: 8C, BB and 92. RGB value is (140,187,146). Sum of RGB (Red+Green+Blue) = 140+187+146=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBB92 is #73446D. Grayscale: #A8A8A8. Windows color (decimal): -7554158 or 9616268. OLE color: 9616268.

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

Color convert

RGB140187146-
CMYK0.2500.220.27
HSL127.66º25.68%64.12%-
HSV(B)127.66º25.13%73.33%-
XYZ33.7743.1933.75-
YUV168.27115.43107.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.60%
GREEN value IS 187 (73.44% from 255) = 39.53%
BLUE value IS 146 (57.42% from 255) = 30.87%
R=29.60%
G=39.53%
B=30.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401871460.2500.220.27127.6625.6864.12
Hex8CBB92190161B801a40
Octal214273222310263320032100
Binary100011001011101110010010110010101101101110000000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,187,146); }

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

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

 a { background-color: rgb(140,187,146); }

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

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

 span { border-color: rgb(140,187,146); }

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