#ACCA12

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

Shades of Bahia #ACCA12

Tints of Bahia #ACCA12

Color information

#ACCA12 (or 0xACCA12) is unknown color: approx Bahia. HEX triplet: AC, CA and 12. RGB value is (172,202,18). Sum of RGB (Red+Green+Blue) = 172+202+18=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 202 (79.30% from 255 or 51.53% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCA12 is #5335ED. Grayscale: #ACACAC. Windows color (decimal): -5453294 or 1231532. OLE color: 1231532.

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

Color convert

RGB17220218-
CMYK0.1500.910.21
HSL69.78º83.64%43.14%-
HSV(B)69.78º91.09%79.22%-
XYZ38.2451.068.41-
YUV172.0541.06127.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 202 (79.30% from 255) = 51.53%
BLUE value IS 18 (7.42% from 255) = 4.59%
R=43.88%
G=51.53%
B=4.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172202180.1500.910.2169.7883.6443.14
HexACCA12F05B1546542b
Octal254312221701332510612453
Binary1010110011001010100101111010110111010110001101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA12; }

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

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

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

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

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

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

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

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