#ABB824

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

Shades of Bahia #ABB824

Tints of Bahia #ABB824

Color information

#ABB824 (or 0xABB824) is unknown color: approx Bahia. HEX triplet: AB, B8 and 24. RGB value is (171,184,36). Sum of RGB (Red+Green+Blue) = 171+184+36=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB824 is #5447DB. Grayscale: #A3A3A3. Windows color (decimal): -5523420 or 2406571. OLE color: 2406571.

HSL color Cylindrical-coordinate representation of color #ABB824: hue angle of 65.27º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABB824 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB17118436-
CMYK0.0700.800.28
HSL65.27º67.27%43.14%-
HSV(B)65.27º80.43%72.16%-
XYZ34.2543.078.18-
YUV163.2456.19133.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 184 (72.27% from 255) = 47.06%
BLUE value IS 36 (14.45% from 255) = 9.21%
R=43.73%
G=47.06%
B=9.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171184360.0700.800.2865.2767.2743.14
HexABB82470501C41432b
Octal25327044701203410110353
Binary1010101110111000100100111010100001110010000011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB824; }

 p { color: rgb(171,184,36); }

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

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

 a { background-color: rgb(171,184,36); }

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

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

 span { border-color: rgb(171,184,36); }

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