Html Css Color HEX #ABB28C Bud

📋 copy color: '#ABB28C'

red 171 ◦ green 178 ◦ blue 140

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

Shades of Bud #ABB28C

Tints of Bud #ABB28C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.4%

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

R = 34.97%
G = 36.4%
B = 28.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#ABB28C (or 0xABB28C) is known color: Bud. HEX triplet: AB, B2 and 8C. RGB value is (171,178,140). Sum of RGB (Red+Green+Blue) = 171+178+140=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB28C is #544D73. Grayscale: #ABABAB. Windows color (decimal): -5524852 or 9220779. OLE color: 9220779.

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

Color convert

RGB 171 178 140 -
CMYK 0.04 0 0.21 0.30
HSL 71.05º 0.2% 0.62% -
HSV(B) 71.05º 0.21% 0.7% -
XYZ 37.45 42.39 31.02 -
YUV 171.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 171 178 140 0.04 0 0.21 0.30 71.05 0.2 0.62
Hex AB B2 8C 4 0 15 1E 47 14 3E
Octal 253 262 214 4 0 25 36 107 24 76
Binary 10101011 10110010 10001100 100 0 10101 11110 1000111 10100 111110

Color Harmonies of #ABB28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB28C

Black with #ABB28C

Text Example


Text Example

White with #ABB28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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