Html Css Color HEX #9CB098 Mantle

📋 copy color: '#9CB098'

red 156 ◦ green 176 ◦ blue 152

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

Shades of Mantle #9CB098

Tints of Mantle #9CB098

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.36%

 BLUE value IS 152 (59.77% from 255) = 31.4%

R = 32.23%
G = 36.36%
B = 31.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#9CB098 (or 0x9CB098) is known color: Mantle. HEX triplet: 9C, B0 and 98. RGB value is (156,176,152). Sum of RGB (Red+Green+Blue) = 156+176+152=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB098 is #634F67. Grayscale: #A7A7A7. Windows color (decimal): -6508392 or 10006684. OLE color: 10006684.

HSL color Cylindrical-coordinate representation of color #9CB098: hue angle of 110º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9CB098 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 176 152 -
CMYK 0.11 0 0.14 0.31
HSL 110º 0.13% 0.64% -
HSV(B) 110º 0.14% 0.69% -
XYZ 34.9 40.39 35.66 -
YUV 167.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 156 176 152 0.11 0 0.14 0.31 110 0.13 0.64
Hex 9C B0 98 B 0 E 1F 6E D 40
Octal 234 260 230 13 0 16 37 156 15 100
Binary 10011100 10110000 10011000 1011 0 1110 11111 1101110 1101 1000000

Color Harmonies of #9CB098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB098

Black with #9CB098

Text Example


Text Example

White with #9CB098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,176,152); }

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

background-color css

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

 a { background-color: rgb(156,176,152); }

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

border-color css

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

 span { border-color: rgb(156,176,152); }

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