Html Css Color HEX #9C8D6E Pale Oyster

📋 copy color: '#9C8D6E'

red 156 ◦ green 141 ◦ blue 110

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

Shades of Pale Oyster #9C8D6E

Tints of Pale Oyster #9C8D6E

RGB

 RED value IS 156 (61.33% from 255) = 38.33%

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

 BLUE value IS 110 (43.36% from 255) = 27.03%

R = 38.33%
G = 34.64%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C8D6E (or 0x9C8D6E) is known color: Pale Oyster. HEX triplet: 9C, 8D and 6E. RGB value is (156,141,110). Sum of RGB (Red+Green+Blue) = 156+141+110=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8D6E is #637291. Grayscale: #8E8E8E. Windows color (decimal): -6517394 or 7245212. OLE color: 7245212.

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

Color convert

RGB 156 141 110 -
CMYK 0 0.10 0.29 0.39
HSL 40.43º 0.19% 0.52% -
HSV(B) 40.43º 0.29% 0.61% -
XYZ 26.05 27.24 18.64 -
YUV 141.95 109.97 138.02 -
System Red Green Blue C M Y K H S L
Decimal 156 141 110 0 0.10 0.29 0.39 40.43 0.19 0.52
Hex 9C 8D 6E 0 A 1D 27 28 13 34
Octal 234 215 156 0 12 35 47 50 23 64
Binary 10011100 10001101 1101110 0 1010 11101 100111 101000 10011 110100

Color Harmonies of #9C8D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8D6E

Black with #9C8D6E

Text Example


Text Example

White with #9C8D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,141,110); }

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

background-color css

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

 a { background-color: rgb(156,141,110); }

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

border-color css

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

 span { border-color: rgb(156,141,110); }

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