Html Css Color HEX #ABAF93 Bud

📋 copy color: '#ABAF93'

red 171 ◦ green 175 ◦ blue 147

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

Shades of Bud #ABAF93

Tints of Bud #ABAF93

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.5%

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

R = 34.69%
G = 35.5%
B = 29.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#ABAF93 (or 0xABAF93) is known color: Bud. HEX triplet: AB, AF and 93. RGB value is (171,175,147). Sum of RGB (Red+Green+Blue) = 171+175+147=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF93 is #54506C. Grayscale: #AAAAAA. Windows color (decimal): -5525613 or 9678763. OLE color: 9678763.

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

Color convert

RGB 171 175 147 -
CMYK 0.02 0 0.16 0.31
HSL 68.57º 0.15% 0.63% -
HSV(B) 68.57º 0.16% 0.69% -
XYZ 37.39 41.42 33.63 -
YUV 170.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 171 175 147 0.02 0 0.16 0.31 68.57 0.15 0.63
Hex AB AF 93 2 0 10 1F 45 F 3F
Octal 253 257 223 2 0 20 37 105 17 77
Binary 10101011 10101111 10010011 10 0 10000 11111 1000101 1111 111111

Color Harmonies of #ABAF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF93

Black with #ABAF93

Text Example


Text Example

White with #ABAF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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