#ABB31D

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

Shades of Bahia #ABB31D

Tints of Bahia #ABB31D

Color information

#ABB31D (or 0xABB31D) is unknown color: approx Bahia. HEX triplet: AB, B3 and 1D. RGB value is (171,179,29). Sum of RGB (Red+Green+Blue) = 171+179+29=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB31D is #544CE2. Grayscale: #A0A0A0. Windows color (decimal): -5524707 or 1946539. OLE color: 1946539.

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

Color convert

RGB17117929-
CMYK0.0400.840.30
HSL63.2º72.12%40.78%-
HSV(B)63.2º83.8%70.2%-
XYZ33.1440.997.33-
YUV159.5154.35136.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 179 (70.31% from 255) = 47.23%
BLUE value IS 29 (11.72% from 255) = 7.65%
R=45.12%
G=47.23%
B=7.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal171179290.0400.840.3063.272.1240.78
HexABB31D40541E3f4829
Octal2532633540124367711051
Binary10101011101100111110110001010100111101111111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB31D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB31D; }

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

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

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

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

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

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

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

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