Html Css Color HEX #8B9482 Delta

📋 copy color: '#8B9482'

red 139 ◦ green 148 ◦ blue 130

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

Shades of Delta #8B9482

Tints of Delta #8B9482

RGB

 RED value IS 139 (54.69% from 255) = 33.33%

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

 BLUE value IS 130 (51.17% from 255) = 31.18%

R = 33.33%
G = 35.49%
B = 31.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#8B9482 (or 0x8B9482) is known color: Delta. HEX triplet: 8B, 94 and 82. RGB value is (139,148,130). Sum of RGB (Red+Green+Blue) = 139+148+130=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 148 - color contains mainly: green. Hex color #8B9482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9482 is #746B7D. Grayscale: #8F8F8F. Windows color (decimal): -7629694 or 8557707. OLE color: 8557707.

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

Color convert

RGB 139 148 130 -
CMYK 0.06 0 0.12 0.42
HSL 90º 0.08% 0.55% -
HSV(B) 90º 0.12% 0.58% -
XYZ 25.27 28.28 25.25 -
YUV 143.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 139 148 130 0.06 0 0.12 0.42 90 0.08 0.55
Hex 8B 94 82 6 0 C 2A 5A 8 37
Octal 213 224 202 6 0 14 52 132 10 67
Binary 10001011 10010100 10000010 110 0 1100 101010 1011010 1000 110111

Color Harmonies of #8B9482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9482

Black with #8B9482

Text Example


Text Example

White with #8B9482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,148,130); }

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

background-color css

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

 a { background-color: rgb(139,148,130); }

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

border-color css

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

 span { border-color: rgb(139,148,130); }

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