#ABB924

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

Shades of Bahia #ABB924

Tints of Bahia #ABB924

Color information

#ABB924 (or 0xABB924) is unknown color: approx Bahia. HEX triplet: AB, B9 and 24. RGB value is (171,185,36). Sum of RGB (Red+Green+Blue) = 171+185+36=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB924 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB924 is #5446DB. Grayscale: #A4A4A4. Windows color (decimal): -5523164 or 2406827. OLE color: 2406827.

HSL color Cylindrical-coordinate representation of color #ABB924: hue angle of 65.64º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ABB924 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB17118536-
CMYK0.0800.810.27
HSL65.64º67.42%43.33%-
HSV(B)65.64º80.54%72.55%-
XYZ34.4643.488.25-
YUV163.8355.86133.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 185 (72.66% from 255) = 47.19%
BLUE value IS 36 (14.45% from 255) = 9.18%
R=43.62%
G=47.19%
B=9.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171185360.0800.810.2765.6467.4243.33
HexABB92480511B42432b
Octal253271441001213310210353
Binary10101011101110011001001000010100011101110000101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB924; }

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

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

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

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

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

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

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

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