#ACC410

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

Shades of Bahia #ACC410

Tints of Bahia #ACC410

Color information

#ACC410 (or 0xACC410) is unknown color: approx Bahia. HEX triplet: AC, C4 and 10. RGB value is (172,196,16). Sum of RGB (Red+Green+Blue) = 172+196+16=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 196 (76.95% from 255 or 51.04% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC410 is #533BEF. Grayscale: #A9A9A9. Windows color (decimal): -5454832 or 1098924. OLE color: 1098924.

HSL color Cylindrical-coordinate representation of color #ACC410: hue angle of 68º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACC410 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB17219616-
CMYK0.1200.920.23
HSL68º84.91%41.57%-
HSV(B)68º91.84%76.86%-
XYZ36.8548.297.87-
YUV168.342.05130.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.79%
GREEN value IS 196 (76.95% from 255) = 51.04%
BLUE value IS 16 (6.64% from 255) = 4.17%
R=44.79%
G=51.04%
B=4.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal172196160.1200.920.236884.9141.57
HexACC410C05C1744552a
Octal254304201401342710412552
Binary1010110011000100100001100010111001011110001001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC410; }

 p { color: rgb(172,196,16); }

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

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

 a { background-color: rgb(172,196,16); }

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

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

 span { border-color: rgb(172,196,16); }

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