Html Css Color HEX #96A198 Edward

📋 copy color: '#96A198'

red 150 ◦ green 161 ◦ blue 152

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

Shades of Edward #96A198

Tints of Edward #96A198

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.77%

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

R = 32.4%
G = 34.77%
B = 32.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#96A198 (or 0x96A198) is known color: Edward. HEX triplet: 96, A1 and 98. RGB value is (150,161,152). Sum of RGB (Red+Green+Blue) = 150+161+152=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 161 - color contains mainly: green. Hex color #96A198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A198 is #695E67. Grayscale: #9C9C9C. Windows color (decimal): -6905448 or 10002838. OLE color: 10002838.

HSL color Cylindrical-coordinate representation of color #96A198: hue angle of 130.91º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #96A198 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 161 152 -
CMYK 0.07 0 0.06 0.37
HSL 130.91º 0.06% 0.61% -
HSV(B) 130.91º 0.07% 0.63% -
XYZ 30.99 34.24 34.68 -
YUV 156.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 150 161 152 0.07 0 0.06 0.37 130.91 0.06 0.61
Hex 96 A1 98 7 0 6 25 83 6 3D
Octal 226 241 230 7 0 6 45 203 6 75
Binary 10010110 10100001 10011000 111 0 110 100101 10000011 110 111101

Color Harmonies of #96A198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A198

Black with #96A198

Text Example


Text Example

White with #96A198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,161,152); }

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

background-color css

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

 a { background-color: rgb(150,161,152); }

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

border-color css

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

 span { border-color: rgb(150,161,152); }

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