Html Css Color HEX #89A294 Padua

📋 copy color: '#89A294'

red 137 ◦ green 162 ◦ blue 148

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

Shades of Padua #89A294

Tints of Padua #89A294

RGB

 RED value IS 137 (53.91% from 255) = 30.65%

 GREEN value IS 162 (63.67% from 255) = 36.24%

 BLUE value IS 148 (58.2% from 255) = 33.11%

R = 30.65%
G = 36.24%
B = 33.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#89A294 (or 0x89A294) is known color: Padua. HEX triplet: 89, A2 and 94. RGB value is (137,162,148). Sum of RGB (Red+Green+Blue) = 137+162+148=447 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.65% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 162 - color contains mainly: green. Hex color #89A294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A294 is #765D6B. Grayscale: #989898. Windows color (decimal): -7757164 or 9740937. OLE color: 9740937.

HSL color Cylindrical-coordinate representation of color #89A294: hue angle of 146.4º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #89A294 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 137 162 148 -
CMYK 0.15 0 0.09 0.36
HSL 146.4º 0.12% 0.59% -
HSV(B) 146.4º 0.15% 0.64% -
XYZ 28.58 33.3 32.94 -
YUV 152.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 137 162 148 0.15 0 0.09 0.36 146.4 0.12 0.59
Hex 89 A2 94 F 0 9 24 92 C 3B
Octal 211 242 224 17 0 11 44 222 14 73
Binary 10001001 10100010 10010100 1111 0 1001 100100 10010010 1100 111011

Color Harmonies of #89A294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A294

Black with #89A294

Text Example


Text Example

White with #89A294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89A294; }

 p { color: rgb(137,162,148); }

 H1.HeaderClassName
 {
   color: #89A294;
 }
 .AnyTagClassName
 {
   color: #89A294;
 }
</style>

background-color css

<style>
 a { background-color: #89A294; }

 a { background-color: rgb(137,162,148); }

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

border-color css

<style>
 span { border-color: #89A294; }

 span { border-color: rgb(137,162,148); }

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