Html Css Color HEX #94B09A Edward

📋 copy color: '#94B09A'

red 148 ◦ green 176 ◦ blue 154

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

Shades of Edward #94B09A

Tints of Edward #94B09A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.82%

 BLUE value IS 154 (60.55% from 255) = 32.22%

R = 30.96%
G = 36.82%
B = 32.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#94B09A (or 0x94B09A) is known color: Edward. HEX triplet: 94, B0 and 9A. RGB value is (148,176,154). Sum of RGB (Red+Green+Blue) = 148+176+154=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 176 - color contains mainly: green. Hex color #94B09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B09A is #6B4F65. Grayscale: #A5A5A5. Windows color (decimal): -7032678 or 10137748. OLE color: 10137748.

HSL color Cylindrical-coordinate representation of color #94B09A: hue angle of 132.86º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94B09A is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 176 154 -
CMYK 0.16 0 0.12 0.31
HSL 132.86º 0.15% 0.64% -
HSV(B) 132.86º 0.16% 0.69% -
XYZ 33.57 39.68 36.46 -
YUV 165.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 148 176 154 0.16 0 0.12 0.31 132.86 0.15 0.64
Hex 94 B0 9A 10 0 C 1F 85 F 40
Octal 224 260 232 20 0 14 37 205 17 100
Binary 10010100 10110000 10011010 10000 0 1100 11111 10000101 1111 1000000

Color Harmonies of #94B09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B09A

Black with #94B09A

Text Example


Text Example

White with #94B09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,176,154); }

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

background-color css

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

 a { background-color: rgb(148,176,154); }

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

border-color css

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

 span { border-color: rgb(148,176,154); }

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