#ABB430

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

Shades of Bahia #ABB430

Tints of Bahia #ABB430

Color information

#ABB430 (or 0xABB430) is unknown color: approx Bahia. HEX triplet: AB, B4 and 30. RGB value is (171,180,48). Sum of RGB (Red+Green+Blue) = 171+180+48=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB430 is #544BCF. Grayscale: #A2A2A2. Windows color (decimal): -5524432 or 3191979. OLE color: 3191979.

HSL color Cylindrical-coordinate representation of color #ABB430: hue angle of 64.09º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABB430 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB17118048-
CMYK0.0500.730.29
HSL64.09º57.89%44.71%-
HSV(B)64.09º73.33%70.59%-
XYZ33.6541.519.04-
YUV162.2663.52134.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 48 (19.14% from 255) = 12.03%
R=42.86%
G=45.11%
B=12.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171180480.0500.730.2964.0957.8944.71
HexABB43050491D403a2d
Octal2532646050111351007255
Binary101010111011010011000010101001001111011000000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB430; }

 p { color: rgb(171,180,48); }

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

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

 a { background-color: rgb(171,180,48); }

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

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

 span { border-color: rgb(171,180,48); }

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