Html Css Color HEX #ABB28B Bud

📋 copy color: '#ABB28B'

red 171 ◦ green 178 ◦ blue 139

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

Shades of Bud #ABB28B

Tints of Bud #ABB28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.48%

R = 35.04%
G = 36.48%
B = 28.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#ABB28B (or 0xABB28B) is known color: Bud. HEX triplet: AB, B2 and 8B. RGB value is (171,178,139). Sum of RGB (Red+Green+Blue) = 171+178+139=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB28B is #544D74. Grayscale: #ABABAB. Windows color (decimal): -5524853 or 9155243. OLE color: 9155243.

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

Color convert

RGB 171 178 139 -
CMYK 0.04 0 0.22 0.30
HSL 70.77º 0.2% 0.62% -
HSV(B) 70.77º 0.22% 0.7% -
XYZ 37.38 42.36 30.63 -
YUV 171.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 171 178 139 0.04 0 0.22 0.30 70.77 0.2 0.62
Hex AB B2 8B 4 0 16 1E 47 14 3E
Octal 253 262 213 4 0 26 36 107 24 76
Binary 10101011 10110010 10001011 100 0 10110 11110 1000111 10100 111110

Color Harmonies of #ABB28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB28B

Black with #ABB28B

Text Example


Text Example

White with #ABB28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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