Html Css Color HEX #9B8E6C Pale Oyster

📋 copy color: '#9B8E6C'

red 155 ◦ green 142 ◦ blue 108

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

Shades of Pale Oyster #9B8E6C

Tints of Pale Oyster #9B8E6C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.06%

 BLUE value IS 108 (42.58% from 255) = 26.67%

R = 38.27%
G = 35.06%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B8E6C (or 0x9B8E6C) is known color: Pale Oyster. HEX triplet: 9B, 8E and 6C. RGB value is (155,142,108). Sum of RGB (Red+Green+Blue) = 155+142+108=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8E6C is #647193. Grayscale: #8E8E8E. Windows color (decimal): -6582676 or 7114395. OLE color: 7114395.

HSL color Cylindrical-coordinate representation of color #9B8E6C: hue angle of 43.4º 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 #9B8E6C is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 142 108 -
CMYK 0 0.08 0.30 0.39
HSL 43.4º 0.19% 0.52% -
HSV(B) 43.4º 0.3% 0.61% -
XYZ 25.9 27.4 18.11 -
YUV 142.01 108.81 137.26 -
System Red Green Blue C M Y K H S L
Decimal 155 142 108 0 0.08 0.30 0.39 43.4 0.19 0.52
Hex 9B 8E 6C 0 8 1E 27 2B 13 34
Octal 233 216 154 0 10 36 47 53 23 64
Binary 10011011 10001110 1101100 0 1000 11110 100111 101011 10011 110100

Color Harmonies of #9B8E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8E6C

Black with #9B8E6C

Text Example


Text Example

White with #9B8E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,142,108); }

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

background-color css

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

 a { background-color: rgb(155,142,108); }

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

border-color css

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

 span { border-color: rgb(155,142,108); }

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