#8CBB83

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

Shades of Dark Sea Green #8CBB83

Tints of Dark Sea Green #8CBB83

Color information

#8CBB83 (or 0x8CBB83) is unknown color: approx Dark Sea Green. HEX triplet: 8C, BB and 83. RGB value is (140,187,131). Sum of RGB (Red+Green+Blue) = 140+187+131=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBB83 is #73447C. Grayscale: #A6A6A6. Windows color (decimal): -7554173 or 8633228. OLE color: 8633228.

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

Color convert

RGB140187131-
CMYK0.2500.300.27
HSL110.36º29.17%62.35%-
HSV(B)110.36º29.95%73.33%-
XYZ32.6842.7528-
YUV166.56107.93109.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.57%
GREEN value IS 187 (73.44% from 255) = 40.83%
BLUE value IS 131 (51.56% from 255) = 28.60%
R=30.57%
G=40.83%
B=28.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401871310.2500.300.27110.3629.1762.35
Hex8CBB831901E1B6e1d3e
Octal21427320331036331563576
Binary1000110010111011100000111100101111011011110111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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