Html Css Color HEX #9C8E6B Pale Oyster

📋 copy color: '#9C8E6B'

red 156 ◦ green 142 ◦ blue 107

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

Shades of Pale Oyster #9C8E6B

Tints of Pale Oyster #9C8E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.42%

R = 38.52%
G = 35.06%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C8E6B (or 0x9C8E6B) is known color: Pale Oyster. HEX triplet: 9C, 8E and 6B. RGB value is (156,142,107). Sum of RGB (Red+Green+Blue) = 156+142+107=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8E6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8E6B is #637194. Grayscale: #8E8E8E. Windows color (decimal): -6517141 or 7048860. OLE color: 7048860.

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

Color convert

RGB 156 142 107 -
CMYK 0 0.09 0.31 0.39
HSL 42.86º 0.2% 0.52% -
HSV(B) 42.86º 0.31% 0.61% -
XYZ 26.04 27.48 17.84 -
YUV 142.2 108.14 137.85 -
System Red Green Blue C M Y K H S L
Decimal 156 142 107 0 0.09 0.31 0.39 42.86 0.2 0.52
Hex 9C 8E 6B 0 9 1F 27 2B 14 34
Octal 234 216 153 0 11 37 47 53 24 64
Binary 10011100 10001110 1101011 0 1001 11111 100111 101011 10100 110100

Color Harmonies of #9C8E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8E6B

Black with #9C8E6B

Text Example


Text Example

White with #9C8E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,142,107); }

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

background-color css

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

 a { background-color: rgb(156,142,107); }

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

border-color css

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

 span { border-color: rgb(156,142,107); }

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