Html Css Color HEX #8C9684 Delta

📋 copy color: '#8C9684'

red 140 ◦ green 150 ◦ blue 132

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

Shades of Delta #8C9684

Tints of Delta #8C9684

RGB

 RED value IS 140 (55.08% from 255) = 33.18%

 GREEN value IS 150 (58.98% from 255) = 35.55%

 BLUE value IS 132 (51.95% from 255) = 31.28%

R = 33.18%
G = 35.55%
B = 31.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#8C9684 (or 0x8C9684) is known color: Delta. HEX triplet: 8C, 96 and 84. RGB value is (140,150,132). Sum of RGB (Red+Green+Blue) = 140+150+132=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 150 - color contains mainly: green. Hex color #8C9684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9684 is #73697B. Grayscale: #919191. Windows color (decimal): -7563644 or 8689292. OLE color: 8689292.

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

Color convert

RGB 140 150 132 -
CMYK 0.07 0 0.12 0.41
HSL 93.33º 0.08% 0.55% -
HSV(B) 93.33º 0.12% 0.59% -
XYZ 25.89 29.05 26.07 -
YUV 144.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 140 150 132 0.07 0 0.12 0.41 93.33 0.08 0.55
Hex 8C 96 84 7 0 C 29 5D 8 37
Octal 214 226 204 7 0 14 51 135 10 67
Binary 10001100 10010110 10000100 111 0 1100 101001 1011101 1000 110111

Color Harmonies of #8C9684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9684

Black with #8C9684

Text Example


Text Example

White with #8C9684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C9684;
 }
 .AnyTagClassName
 {
   color: #8C9684;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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