#ACC01C

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

Shades of Bahia #ACC01C

Tints of Bahia #ACC01C

Color information

#ACC01C (or 0xACC01C) is unknown color: approx Bahia. HEX triplet: AC, C0 and 1C. RGB value is (172,192,28). Sum of RGB (Red+Green+Blue) = 172+192+28=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC01C is #533FE3. Grayscale: #A7A7A7. Windows color (decimal): -5455844 or 1884332. OLE color: 1884332.

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

Color convert

RGB17219228-
CMYK0.1000.850.25
HSL67.32º74.55%43.14%-
HSV(B)67.32º85.42%75.29%-
XYZ36.0746.558.18-
YUV167.3249.37131.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 192 (75.39% from 255) = 48.98%
BLUE value IS 28 (11.33% from 255) = 7.14%
R=43.88%
G=48.98%
B=7.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172192280.1000.850.2567.3274.5543.14
HexACC01CA05519434b2b
Octal254300341201253110311353
Binary1010110011000000111001010010101011100110000111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC01C; }

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

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

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

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

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

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

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

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