#ABB71B

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

Shades of Bahia #ABB71B

Tints of Bahia #ABB71B

Color information

#ABB71B (or 0xABB71B) is unknown color: approx Bahia. HEX triplet: AB, B7 and 1B. RGB value is (171,183,27). Sum of RGB (Red+Green+Blue) = 171+183+27=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB71B is #5448E4. Grayscale: #A2A2A2. Windows color (decimal): -5523685 or 1816491. OLE color: 1816491.

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

Color convert

RGB17118327-
CMYK0.0700.850.28
HSL64.62º74.29%41.18%-
HSV(B)64.62º85.25%71.76%-
XYZ33.9342.67.47-
YUV161.6352.02134.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 183 (71.88% from 255) = 48.03%
BLUE value IS 27 (10.94% from 255) = 7.09%
R=44.88%
G=48.03%
B=7.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171183270.0700.850.2864.6274.2941.18
HexABB71B70551C414a29
Octal25326733701253410111251
Binary101010111011011111011111010101011110010000011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB71B; }

 p { color: rgb(171,183,27); }

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

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

 a { background-color: rgb(171,183,27); }

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

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

 span { border-color: rgb(171,183,27); }

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