#ACB01A

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

Shades of Bahia #ACB01A

Tints of Bahia #ACB01A

Color information

#ACB01A (or 0xACB01A) is unknown color: approx Bahia. HEX triplet: AC, B0 and 1A. RGB value is (172,176,26). Sum of RGB (Red+Green+Blue) = 172+176+26=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB01A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB01A is #534FE5. Grayscale: #9E9E9E. Windows color (decimal): -5459942 or 1749164. OLE color: 1749164.

HSL color Cylindrical-coordinate representation of color #ACB01A: hue angle of 61.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACB01A is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB17217626-
CMYK0.0200.850.31
HSL61.6º74.26%39.61%-
HSV(B)61.6º85.23%69.02%-
XYZ32.7339.96.95-
YUV157.753.67138.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.99%
GREEN value IS 176 (69.14% from 255) = 47.06%
BLUE value IS 26 (10.55% from 255) = 6.95%
R=45.99%
G=47.06%
B=6.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172176260.0200.850.3161.674.2639.61
HexACB01A20551F3e4a28
Octal2542603220125377611250
Binary1010110010110000110101001010101111111111101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB01A; }

 p { color: rgb(172,176,26); }

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

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

 a { background-color: rgb(172,176,26); }

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

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

 span { border-color: rgb(172,176,26); }

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