Html Css Color HEX #96B28A Mantle

📋 copy color: '#96B28A'

red 150 ◦ green 178 ◦ blue 138

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

Shades of Mantle #96B28A

Tints of Mantle #96B28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.61%

R = 32.19%
G = 38.2%
B = 29.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#96B28A (or 0x96B28A) is known color: Mantle. HEX triplet: 96, B2 and 8A. RGB value is (150,178,138). Sum of RGB (Red+Green+Blue) = 150+178+138=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 178 - color contains mainly: green. Hex color #96B28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B28A is #694D75. Grayscale: #A5A5A5. Windows color (decimal): -6901110 or 9089686. OLE color: 9089686.

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

Color convert

RGB 150 178 138 -
CMYK 0.16 0 0.22 0.30
HSL 102º 0.21% 0.62% -
HSV(B) 102º 0.22% 0.7% -
XYZ 33.09 40.16 30.05 -
YUV 165.07 112.72 117.25 -
System Red Green Blue C M Y K H S L
Decimal 150 178 138 0.16 0 0.22 0.30 102 0.21 0.62
Hex 96 B2 8A 10 0 16 1E 66 15 3E
Octal 226 262 212 20 0 26 36 146 25 76
Binary 10010110 10110010 10001010 10000 0 10110 11110 1100110 10101 111110

Color Harmonies of #96B28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B28A

Black with #96B28A

Text Example


Text Example

White with #96B28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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