Html Css Color HEX #ABB385 Bud

📋 copy color: '#ABB385'

red 171 ◦ green 179 ◦ blue 133

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

Shades of Bud #ABB385

Tints of Bud #ABB385

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.06%

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

R = 35.4%
G = 37.06%
B = 27.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#ABB385 (or 0xABB385) is known color: Bud. HEX triplet: AB, B3 and 85. RGB value is (171,179,133). Sum of RGB (Red+Green+Blue) = 171+179+133=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB385 is #544C7A. Grayscale: #ABABAB. Windows color (decimal): -5524603 or 8762283. OLE color: 8762283.

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

Color convert

RGB 171 179 133 -
CMYK 0.04 0 0.26 0.30
HSL 70.43º 0.23% 0.61% -
HSV(B) 70.43º 0.26% 0.7% -
XYZ 37.15 42.59 28.45 -
YUV 171.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 171 179 133 0.04 0 0.26 0.30 70.43 0.23 0.61
Hex AB B3 85 4 0 1A 1E 46 17 3D
Octal 253 263 205 4 0 32 36 106 27 75
Binary 10101011 10110011 10000101 100 0 11010 11110 1000110 10111 111101

Color Harmonies of #ABB385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB385

Black with #ABB385

Text Example


Text Example

White with #ABB385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB385; }

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

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

background-color css

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

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

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

border-color css

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

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

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