Html Css Color HEX #94A196 Edward

📋 copy color: '#94A196'

red 148 ◦ green 161 ◦ blue 150

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

Shades of Edward #94A196

Tints of Edward #94A196

RGB

 RED value IS 148 (58.2% from 255) = 32.24%

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

 BLUE value IS 150 (58.98% from 255) = 32.68%

R = 32.24%
G = 35.08%
B = 32.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#94A196 (or 0x94A196) is known color: Edward. HEX triplet: 94, A1 and 96. RGB value is (148,161,150). Sum of RGB (Red+Green+Blue) = 148+161+150=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 161 - color contains mainly: green. Hex color #94A196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A196 is #6B5E69. Grayscale: #9B9B9B. Windows color (decimal): -7036522 or 9871764. OLE color: 9871764.

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

Color convert

RGB 148 161 150 -
CMYK 0.08 0 0.07 0.37
HSL 129.23º 0.06% 0.61% -
HSV(B) 129.23º 0.08% 0.63% -
XYZ 30.46 33.99 33.81 -
YUV 155.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 148 161 150 0.08 0 0.07 0.37 129.23 0.06 0.61
Hex 94 A1 96 8 0 7 25 81 6 3D
Octal 224 241 226 10 0 7 45 201 6 75
Binary 10010100 10100001 10010110 1000 0 111 100101 10000001 110 111101

Color Harmonies of #94A196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A196

Black with #94A196

Text Example


Text Example

White with #94A196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A196; }

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

 H1.HeaderClassName
 {
   color: #94A196;
 }
 .AnyTagClassName
 {
   color: #94A196;
 }
</style>

background-color css

<style>
 a { background-color: #94A196; }

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

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

border-color css

<style>
 span { border-color: #94A196; }

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

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