#8C9683

Color #8C9683 Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #8C9683

Tints of Delta #8C9683

Color information

#8C9683 (or 0x8C9683) is unknown color: approx Delta. HEX triplet: 8C, 96 and 83. RGB value is (140,150,131). Sum of RGB (Red+Green+Blue) = 140+150+131=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 150 - color contains mainly: green. Hex color #8C9683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9683 is #73697C. Grayscale: #909090. Windows color (decimal): -7563645 or 8623756. OLE color: 8623756.

HSL color Cylindrical-coordinate representation of color #8C9683: hue angle of 91.58º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8C9683 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB140150131-
CMYK0.0700.130.41
HSL91.58º8.3%55.1%-
HSV(B)91.58º12.67%58.82%-
XYZ25.8229.0325.71-
YUV144.84120.19124.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.25%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 131 (51.56% from 255) = 31.12%
R=33.25%
G=35.63%
B=31.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1401501310.0700.130.4191.588.355.1
Hex8C968370D295c837
Octal2142262037015511341067
Binary1000110010010110100000111110110110100110111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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