Html Css Color HEX #ABB185 Bud

📋 copy color: '#ABB185'

red 171 ◦ green 177 ◦ blue 133

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

Shades of Bud #ABB185

Tints of Bud #ABB185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.65%

R = 35.55%
G = 36.8%
B = 27.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#ABB185 (or 0xABB185) is known color: Bud. HEX triplet: AB, B1 and 85. RGB value is (171,177,133). Sum of RGB (Red+Green+Blue) = 171+177+133=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB185 is #544E7A. Grayscale: #AAAAAA. Windows color (decimal): -5525115 or 8761771. OLE color: 8761771.

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

Color convert

RGB 171 177 133 -
CMYK 0.03 0 0.25 0.31
HSL 68.18º 0.22% 0.61% -
HSV(B) 68.18º 0.25% 0.69% -
XYZ 36.75 41.8 28.32 -
YUV 170.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 171 177 133 0.03 0 0.25 0.31 68.18 0.22 0.61
Hex AB B1 85 3 0 19 1F 44 16 3D
Octal 253 261 205 3 0 31 37 104 26 75
Binary 10101011 10110001 10000101 11 0 11001 11111 1000100 10110 111101

Color Harmonies of #ABB185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB185

Black with #ABB185

Text Example


Text Example

White with #ABB185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB185; }

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

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

background-color css

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

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

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

border-color css

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

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

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