Html Css Color HEX #ABB18C Bud

📋 copy color: '#ABB18C'

red 171 ◦ green 177 ◦ blue 140

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

Shades of Bud #ABB18C

Tints of Bud #ABB18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.69%

R = 35.04%
G = 36.27%
B = 28.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#ABB18C (or 0xABB18C) is known color: Bud. HEX triplet: AB, B1 and 8C. RGB value is (171,177,140). Sum of RGB (Red+Green+Blue) = 171+177+140=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB18C is #544E73. Grayscale: #ABABAB. Windows color (decimal): -5525108 or 9220523. OLE color: 9220523.

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

Color convert

RGB 171 177 140 -
CMYK 0.03 0 0.21 0.31
HSL 69.73º 0.19% 0.62% -
HSV(B) 69.73º 0.21% 0.69% -
XYZ 37.25 42 30.95 -
YUV 170.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 171 177 140 0.03 0 0.21 0.31 69.73 0.19 0.62
Hex AB B1 8C 3 0 15 1F 46 13 3E
Octal 253 261 214 3 0 25 37 106 23 76
Binary 10101011 10110001 10001100 11 0 10101 11111 1000110 10011 111110

Color Harmonies of #ABB18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB18C

Black with #ABB18C

Text Example


Text Example

White with #ABB18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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