Html Css Color HEX #9B8978 Almond Frost

📋 copy color: '#9B8978'

red 155 ◦ green 137 ◦ blue 120

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

Shades of Almond Frost #9B8978

Tints of Almond Frost #9B8978

RGB

 RED value IS 155 (60.94% from 255) = 37.62%

 GREEN value IS 137 (53.91% from 255) = 33.25%

 BLUE value IS 120 (47.27% from 255) = 29.13%

R = 37.62%
G = 33.25%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B8978 (or 0x9B8978) is known color: Almond Frost. HEX triplet: 9B, 89 and 78. RGB value is (155,137,120). Sum of RGB (Red+Green+Blue) = 155+137+120=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8978 is #647687. Grayscale: #8C8C8C. Windows color (decimal): -6583944 or 7899547. OLE color: 7899547.

HSL color Cylindrical-coordinate representation of color #9B8978: hue angle of 29.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B8978 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 137 120 -
CMYK 0 0.12 0.23 0.39
HSL 29.14º 0.15% 0.54% -
HSV(B) 29.14º 0.23% 0.61% -
XYZ 25.85 26.22 21.47 -
YUV 140.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 155 137 120 0 0.12 0.23 0.39 29.14 0.15 0.54
Hex 9B 89 78 0 C 17 27 1D F 36
Octal 233 211 170 0 14 27 47 35 17 66
Binary 10011011 10001001 1111000 0 1100 10111 100111 11101 1111 110110

Color Harmonies of #9B8978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8978

Black with #9B8978

Text Example


Text Example

White with #9B8978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B8978; }

 p { color: rgb(155,137,120); }

 H1.HeaderClassName
 {
   color: #9B8978;
 }
 .AnyTagClassName
 {
   color: #9B8978;
 }
</style>

background-color css

<style>
 a { background-color: #9B8978; }

 a { background-color: rgb(155,137,120); }

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

border-color css

<style>
 span { border-color: #9B8978; }

 span { border-color: rgb(155,137,120); }

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