#ABB821

Color #ABB821 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #ABB821

Tints of Bahia #ABB821

Color information

#ABB821 (or 0xABB821) is unknown color: approx Bahia. HEX triplet: AB, B8 and 21. RGB value is (171,184,33). Sum of RGB (Red+Green+Blue) = 171+184+33=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB821 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB821 is #5447DE. Grayscale: #A3A3A3. Windows color (decimal): -5523423 or 2209963. OLE color: 2209963.

HSL color Cylindrical-coordinate representation of color #ABB821: hue angle of 65.17º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABB821 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB17118433-
CMYK0.0700.820.28
HSL65.17º69.59%42.55%-
HSV(B)65.17º82.07%72.16%-
XYZ34.2143.057.95-
YUV162.954.69133.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.07%
GREEN value IS 184 (72.27% from 255) = 47.42%
BLUE value IS 33 (13.28% from 255) = 8.51%
R=44.07%
G=47.42%
B=8.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171184330.0700.820.2865.1769.5942.55
HexABB82170521C41462b
Octal25327041701223410110653
Binary1010101110111000100001111010100101110010000011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB821; }

 p { color: rgb(171,184,33); }

 H1.HeaderClassName
 {
   color: #ABB821;
 }
 .AnyTagClassName
 {
   color: #ABB821;
 }
</style>
background-color css

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

 a { background-color: rgb(171,184,33); }

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

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

 span { border-color: rgb(171,184,33); }

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