Html Css Color HEX #ABB08D Bud

📋 copy color: '#ABB08D'

red 171 ◦ green 176 ◦ blue 141

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

Shades of Bud #ABB08D

Tints of Bud #ABB08D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.07%

 BLUE value IS 141 (55.47% from 255) = 28.89%

R = 35.04%
G = 36.07%
B = 28.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#ABB08D (or 0xABB08D) is known color: Bud. HEX triplet: AB, B0 and 8D. RGB value is (171,176,141). Sum of RGB (Red+Green+Blue) = 171+176+141=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB08D is #544F72. Grayscale: #AAAAAA. Windows color (decimal): -5525363 or 9285803. OLE color: 9285803.

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

Color convert

RGB 171 176 141 -
CMYK 0.03 0 0.20 0.31
HSL 68.57º 0.18% 0.62% -
HSV(B) 68.57º 0.2% 0.69% -
XYZ 37.13 41.63 31.28 -
YUV 170.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 171 176 141 0.03 0 0.20 0.31 68.57 0.18 0.62
Hex AB B0 8D 3 0 14 1F 45 12 3E
Octal 253 260 215 3 0 24 37 105 22 76
Binary 10101011 10110000 10001101 11 0 10100 11111 1000101 10010 111110

Color Harmonies of #ABB08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB08D

Black with #ABB08D

Text Example


Text Example

White with #ABB08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB08D; }

 p { color: rgb(171,176,141); }

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

background-color css

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

 a { background-color: rgb(171,176,141); }

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

border-color css

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

 span { border-color: rgb(171,176,141); }

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