Html Css Color HEX #9B8D71 Pale Oyster

📋 copy color: '#9B8D71'

red 155 ◦ green 141 ◦ blue 113

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

Shades of Pale Oyster #9B8D71

Tints of Pale Oyster #9B8D71

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.47%

 BLUE value IS 113 (44.53% from 255) = 27.63%

R = 37.9%
G = 34.47%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B8D71 (or 0x9B8D71) is known color: Pale Oyster. HEX triplet: 9B, 8D and 71. RGB value is (155,141,113). Sum of RGB (Red+Green+Blue) = 155+141+113=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8D71 is #64728E. Grayscale: #8E8E8E. Windows color (decimal): -6582927 or 7441819. OLE color: 7441819.

HSL color Cylindrical-coordinate representation of color #9B8D71: hue angle of 40º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B8D71 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 141 113 -
CMYK 0 0.09 0.27 0.39
HSL 40º 0.17% 0.53% -
HSV(B) 40º 0.27% 0.61% -
XYZ 26.02 27.21 19.5 -
YUV 141.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 155 141 113 0 0.09 0.27 0.39 40 0.17 0.53
Hex 9B 8D 71 0 9 1B 27 28 11 35
Octal 233 215 161 0 11 33 47 50 21 65
Binary 10011011 10001101 1110001 0 1001 11011 100111 101000 10001 110101

Color Harmonies of #9B8D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8D71

Black with #9B8D71

Text Example


Text Example

White with #9B8D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,141,113); }

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

background-color css

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

 a { background-color: rgb(155,141,113); }

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

border-color css

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

 span { border-color: rgb(155,141,113); }

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