Html Css Color HEX #94A698 Edward

📋 copy color: '#94A698'

red 148 ◦ green 166 ◦ blue 152

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

Shades of Edward #94A698

Tints of Edward #94A698

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.62%

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

R = 31.76%
G = 35.62%
B = 32.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#94A698 (or 0x94A698) is known color: Edward. HEX triplet: 94, A6 and 98. RGB value is (148,166,152). Sum of RGB (Red+Green+Blue) = 148+166+152=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 166 - color contains mainly: green. Hex color #94A698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A698 is #6B5967. Grayscale: #9F9F9F. Windows color (decimal): -7035240 or 10004116. OLE color: 10004116.

HSL color Cylindrical-coordinate representation of color #94A698: hue angle of 133.33º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #94A698 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 166 152 -
CMYK 0.11 0 0.08 0.35
HSL 133.33º 0.09% 0.62% -
HSV(B) 133.33º 0.11% 0.65% -
XYZ 31.52 35.84 34.96 -
YUV 159.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 148 166 152 0.11 0 0.08 0.35 133.33 0.09 0.62
Hex 94 A6 98 B 0 8 23 85 9 3E
Octal 224 246 230 13 0 10 43 205 11 76
Binary 10010100 10100110 10011000 1011 0 1000 100011 10000101 1001 111110

Color Harmonies of #94A698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A698

Black with #94A698

Text Example


Text Example

White with #94A698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,166,152); }

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

background-color css

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

 a { background-color: rgb(148,166,152); }

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

border-color css

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

 span { border-color: rgb(148,166,152); }

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