Html Css Color HEX #ABB386 Bud

📋 copy color: '#ABB386'

red 171 ◦ green 179 ◦ blue 134

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

Shades of Bud #ABB386

Tints of Bud #ABB386

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.98%

 BLUE value IS 134 (52.73% from 255) = 27.69%

R = 35.33%
G = 36.98%
B = 27.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#ABB386 (or 0xABB386) is known color: Bud. HEX triplet: AB, B3 and 86. RGB value is (171,179,134). Sum of RGB (Red+Green+Blue) = 171+179+134=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB386 is #544C79. Grayscale: #ABABAB. Windows color (decimal): -5524602 or 8827819. OLE color: 8827819.

HSL color Cylindrical-coordinate representation of color #ABB386: hue angle of 70.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABB386 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 179 134 -
CMYK 0.04 0 0.25 0.30
HSL 70.67º 0.23% 0.61% -
HSV(B) 70.67º 0.25% 0.7% -
XYZ 37.22 42.62 28.82 -
YUV 171.48 106.85 127.66 -
System Red Green Blue C M Y K H S L
Decimal 171 179 134 0.04 0 0.25 0.30 70.67 0.23 0.61
Hex AB B3 86 4 0 19 1E 47 17 3D
Octal 253 263 206 4 0 31 36 107 27 75
Binary 10101011 10110011 10000110 100 0 11001 11110 1000111 10111 111101

Color Harmonies of #ABB386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB386

Black with #ABB386

Text Example


Text Example

White with #ABB386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB386; }

 p { color: rgb(171,179,134); }

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

background-color css

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

 a { background-color: rgb(171,179,134); }

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

border-color css

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

 span { border-color: rgb(171,179,134); }

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