Html Css Color HEX #94B098 Edward

📋 copy color: '#94B098'

red 148 ◦ green 176 ◦ blue 152

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

Shades of Edward #94B098

Tints of Edward #94B098

RGB

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

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

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

R = 31.09%
G = 36.97%
B = 31.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#94B098 (or 0x94B098) is known color: Edward. HEX triplet: 94, B0 and 98. RGB value is (148,176,152). Sum of RGB (Red+Green+Blue) = 148+176+152=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 176 - color contains mainly: green. Hex color #94B098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B098 is #6B4F67. Grayscale: #A4A4A4. Windows color (decimal): -7032680 or 10006676. OLE color: 10006676.

HSL color Cylindrical-coordinate representation of color #94B098: hue angle of 128.57º 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 #94B098 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 176 152 -
CMYK 0.16 0 0.14 0.31
HSL 128.57º 0.15% 0.64% -
HSV(B) 128.57º 0.16% 0.69% -
XYZ 33.41 39.61 35.59 -
YUV 164.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 148 176 152 0.16 0 0.14 0.31 128.57 0.15 0.64
Hex 94 B0 98 10 0 E 1F 81 F 40
Octal 224 260 230 20 0 16 37 201 17 100
Binary 10010100 10110000 10011000 10000 0 1110 11111 10000001 1111 1000000

Color Harmonies of #94B098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B098

Black with #94B098

Text Example


Text Example

White with #94B098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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