Html Css Color HEX #ABB28E Bud

📋 copy color: '#ABB28E'

red 171 ◦ green 178 ◦ blue 142

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

Shades of Bud #ABB28E

Tints of Bud #ABB28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.92%

R = 34.83%
G = 36.25%
B = 28.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#ABB28E (or 0xABB28E) is known color: Bud. HEX triplet: AB, B2 and 8E. RGB value is (171,178,142). Sum of RGB (Red+Green+Blue) = 171+178+142=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB28E is #544D71. Grayscale: #ABABAB. Windows color (decimal): -5524850 or 9351851. OLE color: 9351851.

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

Color convert

RGB 171 178 142 -
CMYK 0.04 0 0.20 0.30
HSL 71.67º 0.19% 0.63% -
HSV(B) 71.67º 0.2% 0.7% -
XYZ 37.6 42.45 31.8 -
YUV 171.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 171 178 142 0.04 0 0.20 0.30 71.67 0.19 0.63
Hex AB B2 8E 4 0 14 1E 48 13 3F
Octal 253 262 216 4 0 24 36 110 23 77
Binary 10101011 10110010 10001110 100 0 10100 11110 1001000 10011 111111

Color Harmonies of #ABB28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB28E

Black with #ABB28E

Text Example


Text Example

White with #ABB28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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