#ACCA16

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

Shades of Bahia #ACCA16

Tints of Bahia #ACCA16

Color information

#ACCA16 (or 0xACCA16) is unknown color: approx Bahia. HEX triplet: AC, CA and 16. RGB value is (172,202,22). Sum of RGB (Red+Green+Blue) = 172+202+22=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCA16 is #5335E9. Grayscale: #ADADAD. Windows color (decimal): -5453290 or 1493676. OLE color: 1493676.

HSL color Cylindrical-coordinate representation of color #ACCA16: hue angle of 70º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACCA16 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB17220222-
CMYK0.1500.890.21
HSL70º80.36%43.92%-
HSV(B)70º89.11%79.22%-
XYZ38.2851.078.6-
YUV172.5143.06127.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 202 (79.30% from 255) = 51.01%
BLUE value IS 22 (8.98% from 255) = 5.56%
R=43.43%
G=51.01%
B=5.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172202220.1500.890.217080.3643.92
HexACCA16F0591546502c
Octal254312261701312510612054
Binary1010110011001010101101111010110011010110001101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA16; }

 p { color: rgb(172,202,22); }

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

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

 a { background-color: rgb(172,202,22); }

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

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

 span { border-color: rgb(172,202,22); }

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