Html Css Color HEX #ABAE90 Bud

📋 copy color: '#ABAE90'

red 171 ◦ green 174 ◦ blue 144

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

Shades of Bud #ABAE90

Tints of Bud #ABAE90

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.58%

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

R = 34.97%
G = 35.58%
B = 29.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#ABAE90 (or 0xABAE90) is known color: Bud. HEX triplet: AB, AE and 90. RGB value is (171,174,144). Sum of RGB (Red+Green+Blue) = 171+174+144=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE90 is #54516F. Grayscale: #A9A9A9. Windows color (decimal): -5525872 or 9481899. OLE color: 9481899.

HSL color Cylindrical-coordinate representation of color #ABAE90: hue angle of 66º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABAE90 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 174 144 -
CMYK 0.02 0 0.17 0.32
HSL 66º 0.16% 0.62% -
HSV(B) 66º 0.17% 0.68% -
XYZ 36.96 40.94 32.34 -
YUV 169.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 171 174 144 0.02 0 0.17 0.32 66 0.16 0.62
Hex AB AE 90 2 0 11 20 42 10 3E
Octal 253 256 220 2 0 21 40 102 20 76
Binary 10101011 10101110 10010000 10 0 10001 100000 1000010 10000 111110

Color Harmonies of #ABAE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE90

Black with #ABAE90

Text Example


Text Example

White with #ABAE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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