Html Css Color HEX #9B8D6D Pale Oyster

📋 copy color: '#9B8D6D'

red 155 ◦ green 141 ◦ blue 109

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

Shades of Pale Oyster #9B8D6D

Tints of Pale Oyster #9B8D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.91%

R = 38.27%
G = 34.81%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B8D6D (or 0x9B8D6D) is known color: Pale Oyster. HEX triplet: 9B, 8D and 6D. RGB value is (155,141,109). Sum of RGB (Red+Green+Blue) = 155+141+109=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8D6D is #647292. Grayscale: #8D8D8D. Windows color (decimal): -6582931 or 7179675. OLE color: 7179675.

HSL color Cylindrical-coordinate representation of color #9B8D6D: hue angle of 41.74º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B8D6D is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 141 109 -
CMYK 0 0.09 0.30 0.39
HSL 41.74º 0.19% 0.52% -
HSV(B) 41.74º 0.3% 0.61% -
XYZ 25.8 27.12 18.34 -
YUV 141.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 155 141 109 0 0.09 0.30 0.39 41.74 0.19 0.52
Hex 9B 8D 6D 0 9 1E 27 2A 13 34
Octal 233 215 155 0 11 36 47 52 23 64
Binary 10011011 10001101 1101101 0 1001 11110 100111 101010 10011 110100

Color Harmonies of #9B8D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8D6D

Black with #9B8D6D

Text Example


Text Example

White with #9B8D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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