Html Css Color HEX #ABAC93 Bud

📋 copy color: '#ABAC93'

red 171 ◦ green 172 ◦ blue 147

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

Shades of Bud #ABAC93

Tints of Bud #ABAC93

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.1%

 BLUE value IS 147 (57.81% from 255) = 30%

R = 34.9%
G = 35.1%
B = 30%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#ABAC93 (or 0xABAC93) is known color: Bud. HEX triplet: AB, AC and 93. RGB value is (171,172,147). Sum of RGB (Red+Green+Blue) = 171+172+147=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC93 is #54536C. Grayscale: #A8A8A8. Windows color (decimal): -5526381 or 9677995. OLE color: 9677995.

HSL color Cylindrical-coordinate representation of color #ABAC93: hue angle of 62.4º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABAC93 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 172 147 -
CMYK 0.01 0 0.15 0.33
HSL 62.4º 0.13% 0.63% -
HSV(B) 62.4º 0.15% 0.67% -
XYZ 36.81 40.27 33.44 -
YUV 168.85 115.67 129.53 -
System Red Green Blue C M Y K H S L
Decimal 171 172 147 0.01 0 0.15 0.33 62.4 0.13 0.63
Hex AB AC 93 1 0 F 21 3E D 3F
Octal 253 254 223 1 0 17 41 76 15 77
Binary 10101011 10101100 10010011 1 0 1111 100001 111110 1101 111111

Color Harmonies of #ABAC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC93

Black with #ABAC93

Text Example


Text Example

White with #ABAC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC93; }

 p { color: rgb(171,172,147); }

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

background-color css

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

 a { background-color: rgb(171,172,147); }

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

border-color css

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

 span { border-color: rgb(171,172,147); }

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