#ACC129

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

Shades of Bahia #ACC129

Tints of Bahia #ACC129

Color information

#ACC129 (or 0xACC129) is unknown color: approx Bahia. HEX triplet: AC, C1 and 29. RGB value is (172,193,41). Sum of RGB (Red+Green+Blue) = 172+193+41=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 41 (16.41% from 255 or 10.10% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC129 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC129 is #533ED6. Grayscale: #A9A9A9. Windows color (decimal): -5455575 or 2736556. OLE color: 2736556.

HSL color Cylindrical-coordinate representation of color #ACC129: hue angle of 68.29º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACC129 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB17219341-
CMYK0.1100.790.24
HSL68.29º64.96%45.88%-
HSV(B)68.29º78.76%75.69%-
XYZ36.4847.079.26-
YUV169.3955.54129.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 193 (75.78% from 255) = 47.54%
BLUE value IS 41 (16.41% from 255) = 10.10%
R=42.36%
G=47.54%
B=10.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172193410.1100.790.2468.2964.9645.88
HexACC129B04F1844412e
Octal254301511301173010410156
Binary10101100110000011010011011010011111100010001001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC129; }

 p { color: rgb(172,193,41); }

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

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

 a { background-color: rgb(172,193,41); }

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

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

 span { border-color: rgb(172,193,41); }

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