Html Css Color HEX #8C9481 Delta

📋 copy color: '#8C9481'

red 140 ◦ green 148 ◦ blue 129

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

Shades of Delta #8C9481

Tints of Delta #8C9481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.49%

 BLUE value IS 129 (50.78% from 255) = 30.94%

R = 33.57%
G = 35.49%
B = 30.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#8C9481 (or 0x8C9481) is known color: Delta. HEX triplet: 8C, 94 and 81. RGB value is (140,148,129). Sum of RGB (Red+Green+Blue) = 140+148+129=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9481 is #736B7E. Grayscale: #8F8F8F. Windows color (decimal): -7564159 or 8492172. OLE color: 8492172.

HSL color Cylindrical-coordinate representation of color #8C9481: hue angle of 85.26º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8C9481 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 148 129 -
CMYK 0.05 0 0.13 0.42
HSL 85.26º 0.08% 0.54% -
HSV(B) 85.26º 0.13% 0.58% -
XYZ 25.37 28.34 24.9 -
YUV 143.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 140 148 129 0.05 0 0.13 0.42 85.26 0.08 0.54
Hex 8C 94 81 5 0 D 2A 55 8 36
Octal 214 224 201 5 0 15 52 125 10 66
Binary 10001100 10010100 10000001 101 0 1101 101010 1010101 1000 110110

Color Harmonies of #8C9481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9481

Black with #8C9481

Text Example


Text Example

White with #8C9481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,148,129); }

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

background-color css

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

 a { background-color: rgb(140,148,129); }

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

border-color css

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

 span { border-color: rgb(140,148,129); }

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