#ABB51F

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

Shades of Bahia #ABB51F

Tints of Bahia #ABB51F

Color information

#ABB51F (or 0xABB51F) is unknown color: approx Bahia. HEX triplet: AB, B5 and 1F. RGB value is (171,181,31). Sum of RGB (Red+Green+Blue) = 171+181+31=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB51F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB51F is #544AE0. Grayscale: #A1A1A1. Windows color (decimal): -5524193 or 2078123. OLE color: 2078123.

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

Color convert

RGB17118131-
CMYK0.0600.830.29
HSL64º70.75%41.57%-
HSV(B)64º82.87%70.98%-
XYZ33.5741.87.6-
YUV160.9154.69135.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 181 (71.09% from 255) = 47.26%
BLUE value IS 31 (12.5% from 255) = 8.09%
R=44.65%
G=47.26%
B=8.09%

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
Decimal171181310.0600.830.296470.7541.57
HexABB51F60531D40472a
Octal25326537601233510010752
Binary101010111011010111111110010100111110110000001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB51F; }

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

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

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

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

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

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

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

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