#ACCA1A

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

Shades of Bahia #ACCA1A

Tints of Bahia #ACCA1A

Color information

#ACCA1A (or 0xACCA1A) is unknown color: approx Bahia. HEX triplet: AC, CA and 1A. RGB value is (172,202,26). Sum of RGB (Red+Green+Blue) = 172+202+26=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCA1A is #5335E5. Grayscale: #ADADAD. Windows color (decimal): -5453286 or 1755820. OLE color: 1755820.

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

Color convert

RGB17220226-
CMYK0.1500.870.21
HSL70.23º77.19%44.71%-
HSV(B)70.23º87.13%79.22%-
XYZ38.3251.098.82-
YUV172.9745.06127.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43%
GREEN value IS 202 (79.30% from 255) = 50.5%
BLUE value IS 26 (10.55% from 255) = 6.5%
R=43%
G=50.5%
B=6.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172202260.1500.870.2170.2377.1944.71
HexACCA1AF05715464d2d
Octal254312321701272510611555
Binary1010110011001010110101111010101111010110001101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA1A; }

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

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

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

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

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

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

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

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