Html Css Color HEX #8C9683 Delta

📋 copy color: '#8C9683'

red 140 ◦ green 150 ◦ blue 131

#8C9683
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Delta #8C9683

Tints of Delta #8C9683

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 value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#8C9683 (or 0x8C9683) is known color: 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

RGB 140 150 131 -
CMYK 0.07 0 0.13 0.41
HSL 91.58º 0.08% 0.55% -
HSV(B) 91.58º 0.13% 0.59% -
XYZ 25.82 29.03 25.71 -
YUV 144.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 140 150 131 0.07 0 0.13 0.41 91.58 0.08 0.55
Hex 8C 96 83 7 0 D 29 5C 8 37
Octal 214 226 203 7 0 15 51 134 10 67
Binary 10001100 10010110 10000011 111 0 1101 101001 1011100 1000 110111

Color Harmonies of #8C9683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9683

Black with #8C9683

Text Example


Text Example

White with #8C9683

Text Example


Text Example

HTML Codes & Css Web 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>