#ABB025

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

Shades of Bahia #ABB025

Tints of Bahia #ABB025

Color information

#ABB025 (or 0xABB025) is unknown color: approx Bahia. HEX triplet: AB, B0 and 25. RGB value is (171,176,37). Sum of RGB (Red+Green+Blue) = 171+176+37=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB025 is #544FDA. Grayscale: #9F9F9F. Windows color (decimal): -5525467 or 2470059. OLE color: 2470059.

HSL color Cylindrical-coordinate representation of color #ABB025: hue angle of 62.16º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABB025 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB17117637-
CMYK0.0300.790.31
HSL62.16º65.26%41.76%-
HSV(B)62.16º78.98%69.02%-
XYZ32.6539.847.72-
YUV158.6659.34136.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 176 (69.14% from 255) = 45.83%
BLUE value IS 37 (14.84% from 255) = 9.64%
R=44.53%
G=45.83%
B=9.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171176370.0300.790.3162.1665.2641.76
HexABB025304F1F3e412a
Octal2532604530117377610152
Binary10101011101100001001011101001111111111111101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB025; }

 p { color: rgb(171,176,37); }

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

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

 a { background-color: rgb(171,176,37); }

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

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

 span { border-color: rgb(171,176,37); }

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