Html Css Color HEX #9BA298 Mantle

📋 copy color: '#9BA298'

red 155 ◦ green 162 ◦ blue 152

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

Shades of Mantle #9BA298

Tints of Mantle #9BA298

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.54%

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

R = 33.05%
G = 34.54%
B = 32.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#9BA298 (or 0x9BA298) is known color: Mantle. HEX triplet: 9B, A2 and 98. RGB value is (155,162,152). Sum of RGB (Red+Green+Blue) = 155+162+152=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA298 is #645D67. Grayscale: #9E9E9E. Windows color (decimal): -6577512 or 10003099. OLE color: 10003099.

HSL color Cylindrical-coordinate representation of color #9BA298: hue angle of 102º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9BA298 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 162 152 -
CMYK 0.04 0 0.06 0.36
HSL 102º 0.05% 0.62% -
HSV(B) 102º 0.06% 0.64% -
XYZ 32.11 35.08 34.78 -
YUV 158.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 155 162 152 0.04 0 0.06 0.36 102 0.05 0.62
Hex 9B A2 98 4 0 6 24 66 5 3E
Octal 233 242 230 4 0 6 44 146 5 76
Binary 10011011 10100010 10011000 100 0 110 100100 1100110 101 111110

Color Harmonies of #9BA298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA298

Black with #9BA298

Text Example


Text Example

White with #9BA298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,162,152); }

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

background-color css

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

 a { background-color: rgb(155,162,152); }

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

border-color css

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

 span { border-color: rgb(155,162,152); }

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