Html Css Color HEX #ABB285 Bud

📋 copy color: '#ABB285'

red 171 ◦ green 178 ◦ blue 133

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

Shades of Bud #ABB285

Tints of Bud #ABB285

RGB

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

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

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

R = 35.48%
G = 36.93%
B = 27.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#ABB285 (or 0xABB285) is known color: Bud. HEX triplet: AB, B2 and 85. RGB value is (171,178,133). Sum of RGB (Red+Green+Blue) = 171+178+133=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB285 is #544D7A. Grayscale: #AAAAAA. Windows color (decimal): -5524859 or 8762027. OLE color: 8762027.

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

Color convert

RGB 171 178 133 -
CMYK 0.04 0 0.25 0.30
HSL 69.33º 0.23% 0.61% -
HSV(B) 69.33º 0.25% 0.7% -
XYZ 36.95 42.19 28.39 -
YUV 170.78 106.68 128.16 -
System Red Green Blue C M Y K H S L
Decimal 171 178 133 0.04 0 0.25 0.30 69.33 0.23 0.61
Hex AB B2 85 4 0 19 1E 45 17 3D
Octal 253 262 205 4 0 31 36 105 27 75
Binary 10101011 10110010 10000101 100 0 11001 11110 1000101 10111 111101

Color Harmonies of #ABB285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB285

Black with #ABB285

Text Example


Text Example

White with #ABB285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB285; }

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

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

background-color css

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

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

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

border-color css

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

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

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