#ACC229

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

Shades of Bahia #ACC229

Tints of Bahia #ACC229

Color information

#ACC229 (or 0xACC229) is unknown color: approx Bahia. HEX triplet: AC, C2 and 29. RGB value is (172,194,41). Sum of RGB (Red+Green+Blue) = 172+194+41=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC229 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC229 is #533DD6. Grayscale: #AAAAAA. Windows color (decimal): -5455319 or 2736812. OLE color: 2736812.

HSL color Cylindrical-coordinate representation of color #ACC229: hue angle of 68.63º 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 #ACC229 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB17219441-
CMYK0.1100.790.24
HSL68.63º65.11%46.08%-
HSV(B)68.63º78.87%76.08%-
XYZ36.7147.519.33-
YUV169.9855.21129.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 194 (76.17% from 255) = 47.67%
BLUE value IS 41 (16.41% from 255) = 10.07%
R=42.26%
G=47.67%
B=10.07%

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
Decimal172194410.1100.790.2468.6365.1146.08
HexACC229B04F1845412e
Octal254302511301173010510156
Binary10101100110000101010011011010011111100010001011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC229; }

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

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

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

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

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

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

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

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