Html Css Color HEX #ABB190 Bud

📋 copy color: '#ABB190'

red 171 ◦ green 177 ◦ blue 144

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

Shades of Bud #ABB190

Tints of Bud #ABB190

RGB

 RED value IS 171 (67.19% from 255) = 34.76%

 GREEN value IS 177 (69.53% from 255) = 35.98%

 BLUE value IS 144 (56.64% from 255) = 29.27%

R = 34.76%
G = 35.98%
B = 29.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#ABB190 (or 0xABB190) is known color: Bud. HEX triplet: AB, B1 and 90. RGB value is (171,177,144). Sum of RGB (Red+Green+Blue) = 171+177+144=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB190 is #544E6F. Grayscale: #ABABAB. Windows color (decimal): -5525104 or 9482667. OLE color: 9482667.

HSL color Cylindrical-coordinate representation of color #ABB190: hue angle of 70.91º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABB190 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 177 144 -
CMYK 0.03 0 0.19 0.31
HSL 70.91º 0.17% 0.63% -
HSV(B) 70.91º 0.19% 0.69% -
XYZ 37.55 42.12 32.54 -
YUV 171.44 112.51 127.68 -
System Red Green Blue C M Y K H S L
Decimal 171 177 144 0.03 0 0.19 0.31 70.91 0.17 0.63
Hex AB B1 90 3 0 13 1F 47 11 3F
Octal 253 261 220 3 0 23 37 107 21 77
Binary 10101011 10110001 10010000 11 0 10011 11111 1000111 10001 111111

Color Harmonies of #ABB190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB190

Black with #ABB190

Text Example


Text Example

White with #ABB190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB190; }

 p { color: rgb(171,177,144); }

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

background-color css

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

 a { background-color: rgb(171,177,144); }

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

border-color css

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

 span { border-color: rgb(171,177,144); }

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