#ABB321

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

Shades of Bahia #ABB321

Tints of Bahia #ABB321

Color information

#ABB321 (or 0xABB321) is unknown color: approx Bahia. HEX triplet: AB, B3 and 21. RGB value is (171,179,33). Sum of RGB (Red+Green+Blue) = 171+179+33=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB321 is #544CDE. Grayscale: #A0A0A0. Windows color (decimal): -5524703 or 2208683. OLE color: 2208683.

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

Color convert

RGB17117933-
CMYK0.0400.820.30
HSL63.29º68.87%41.57%-
HSV(B)63.29º81.56%70.2%-
XYZ33.1941.017.6-
YUV159.9656.35135.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 179 (70.31% from 255) = 46.74%
BLUE value IS 33 (13.28% from 255) = 8.62%
R=44.65%
G=46.74%
B=8.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal171179330.0400.820.3063.2968.8741.57
HexABB32140521E3f452a
Octal2532634140122367710552
Binary101010111011001110000110001010010111101111111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB321; }

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

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

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

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

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

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

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

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