#ABB51E

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

Shades of Bahia #ABB51E

Tints of Bahia #ABB51E

Color information

#ABB51E (or 0xABB51E) is unknown color: approx Bahia. HEX triplet: AB, B5 and 1E. RGB value is (171,181,30). Sum of RGB (Red+Green+Blue) = 171+181+30=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB51E is #544AE1. Grayscale: #A1A1A1. Windows color (decimal): -5524194 or 2012587. OLE color: 2012587.

HSL color Cylindrical-coordinate representation of color #ABB51E: hue angle of 63.97º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ABB51E is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB17118130-
CMYK0.0600.830.29
HSL63.97º71.56%41.37%-
HSV(B)63.97º83.43%70.98%-
XYZ33.5541.87.53-
YUV160.854.19135.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.76%
GREEN value IS 181 (71.09% from 255) = 47.38%
BLUE value IS 30 (12.11% from 255) = 7.85%
R=44.76%
G=47.38%
B=7.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171181300.0600.830.2963.9771.5641.37
HexABB51E60531D404829
Octal25326536601233510011051
Binary101010111011010111110110010100111110110000001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB51E; }

 p { color: rgb(171,181,30); }

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

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

 a { background-color: rgb(171,181,30); }

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

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

 span { border-color: rgb(171,181,30); }

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