Html Css Color HEX #96B28C Mantle

📋 copy color: '#96B28C'

red 150 ◦ green 178 ◦ blue 140

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

Shades of Mantle #96B28C

Tints of Mantle #96B28C

RGB

 RED value IS 150 (58.98% from 255) = 32.05%

 GREEN value IS 178 (69.92% from 255) = 38.03%

 BLUE value IS 140 (55.08% from 255) = 29.91%

R = 32.05%
G = 38.03%
B = 29.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#96B28C (or 0x96B28C) is known color: Mantle. HEX triplet: 96, B2 and 8C. RGB value is (150,178,140). Sum of RGB (Red+Green+Blue) = 150+178+140=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 178 - color contains mainly: green. Hex color #96B28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B28C is #694D73. Grayscale: #A5A5A5. Windows color (decimal): -6901108 or 9220758. OLE color: 9220758.

HSL color Cylindrical-coordinate representation of color #96B28C: hue angle of 104.21º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96B28C is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 178 140 -
CMYK 0.16 0 0.21 0.30
HSL 104.21º 0.2% 0.62% -
HSV(B) 104.21º 0.21% 0.7% -
XYZ 33.23 40.22 30.82 -
YUV 165.3 113.72 117.09 -
System Red Green Blue C M Y K H S L
Decimal 150 178 140 0.16 0 0.21 0.30 104.21 0.2 0.62
Hex 96 B2 8C 10 0 15 1E 68 14 3E
Octal 226 262 214 20 0 25 36 150 24 76
Binary 10010110 10110010 10001100 10000 0 10101 11110 1101000 10100 111110

Color Harmonies of #96B28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B28C

Black with #96B28C

Text Example


Text Example

White with #96B28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96B28C; }

 p { color: rgb(150,178,140); }

 H1.HeaderClassName
 {
   color: #96B28C;
 }
 .AnyTagClassName
 {
   color: #96B28C;
 }
</style>

background-color css

<style>
 a { background-color: #96B28C; }

 a { background-color: rgb(150,178,140); }

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

border-color css

<style>
 span { border-color: #96B28C; }

 span { border-color: rgb(150,178,140); }

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