Html Css Color HEX #ABB288 Bud

📋 copy color: '#ABB288'

red 171 ◦ green 178 ◦ blue 136

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

Shades of Bud #ABB288

Tints of Bud #ABB288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.04%

R = 35.26%
G = 36.7%
B = 28.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#ABB288 (or 0xABB288) is known color: Bud. HEX triplet: AB, B2 and 88. RGB value is (171,178,136). Sum of RGB (Red+Green+Blue) = 171+178+136=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB288 is #544D77. Grayscale: #ABABAB. Windows color (decimal): -5524856 or 8958635. OLE color: 8958635.

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

Color convert

RGB 171 178 136 -
CMYK 0.04 0 0.24 0.30
HSL 70º 0.21% 0.62% -
HSV(B) 70º 0.24% 0.7% -
XYZ 37.16 42.28 29.49 -
YUV 171.12 108.18 127.92 -
System Red Green Blue C M Y K H S L
Decimal 171 178 136 0.04 0 0.24 0.30 70 0.21 0.62
Hex AB B2 88 4 0 18 1E 46 15 3E
Octal 253 262 210 4 0 30 36 106 25 76
Binary 10101011 10110010 10001000 100 0 11000 11110 1000110 10101 111110

Color Harmonies of #ABB288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB288

Black with #ABB288

Text Example


Text Example

White with #ABB288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB288; }

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

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

background-color css

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

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

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

border-color css

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

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

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