#ACC01B

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

Shades of Bahia #ACC01B

Tints of Bahia #ACC01B

Color information

#ACC01B (or 0xACC01B) is unknown color: approx Bahia. HEX triplet: AC, C0 and 1B. RGB value is (172,192,27). Sum of RGB (Red+Green+Blue) = 172+192+27=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC01B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC01B is #533FE4. Grayscale: #A7A7A7. Windows color (decimal): -5455845 or 1818796. OLE color: 1818796.

HSL color Cylindrical-coordinate representation of color #ACC01B: hue angle of 67.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACC01B is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB17219227-
CMYK0.1000.860.25
HSL67.27º75.34%42.94%-
HSV(B)67.27º85.94%75.29%-
XYZ36.0646.558.12-
YUV167.2148.87131.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 192 (75.39% from 255) = 49.10%
BLUE value IS 27 (10.94% from 255) = 6.91%
R=43.99%
G=49.10%
B=6.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172192270.1000.860.2567.2775.3442.94
HexACC01BA05619434b2b
Octal254300331201263110311353
Binary1010110011000000110111010010101101100110000111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC01B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC01B; }

 p { color: rgb(172,192,27); }

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

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

 a { background-color: rgb(172,192,27); }

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

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

 span { border-color: rgb(172,192,27); }

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