Html Css Color HEX #8BA999 Padua

📋 copy color: '#8BA999'

red 139 ◦ green 169 ◦ blue 153

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

Shades of Padua #8BA999

Tints of Padua #8BA999

RGB

 RED value IS 139 (54.69% from 255) = 30.15%

 GREEN value IS 169 (66.41% from 255) = 36.66%

 BLUE value IS 153 (60.16% from 255) = 33.19%

R = 30.15%
G = 36.66%
B = 33.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#8BA999 (or 0x8BA999) is known color: Padua. HEX triplet: 8B, A9 and 99. RGB value is (139,169,153). Sum of RGB (Red+Green+Blue) = 139+169+153=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA999 is #745666. Grayscale: #9E9E9E. Windows color (decimal): -7624295 or 10070411. OLE color: 10070411.

HSL color Cylindrical-coordinate representation of color #8BA999: hue angle of 148º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8BA999 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 139 169 153 -
CMYK 0.18 0 0.09 0.34
HSL 148º 0.15% 0.6% -
HSV(B) 148º 0.18% 0.66% -
XYZ 30.59 36.16 35.51 -
YUV 158.21 125.06 114.3 -
System Red Green Blue C M Y K H S L
Decimal 139 169 153 0.18 0 0.09 0.34 148 0.15 0.6
Hex 8B A9 99 12 0 9 22 94 F 3C
Octal 213 251 231 22 0 11 42 224 17 74
Binary 10001011 10101001 10011001 10010 0 1001 100010 10010100 1111 111100

Color Harmonies of #8BA999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA999

Black with #8BA999

Text Example


Text Example

White with #8BA999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BA999; }

 p { color: rgb(139,169,153); }

 H1.HeaderClassName
 {
   color: #8BA999;
 }
 .AnyTagClassName
 {
   color: #8BA999;
 }
</style>

background-color css

<style>
 a { background-color: #8BA999; }

 a { background-color: rgb(139,169,153); }

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

border-color css

<style>
 span { border-color: #8BA999; }

 span { border-color: rgb(139,169,153); }

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