#ACC428

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

Shades of Bahia #ACC428

Tints of Bahia #ACC428

Color information

#ACC428 (or 0xACC428) is unknown color: approx Bahia. HEX triplet: AC, C4 and 28. RGB value is (172,196,40). Sum of RGB (Red+Green+Blue) = 172+196+40=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC428 is #533BD7. Grayscale: #ABABAB. Windows color (decimal): -5454808 or 2671788. OLE color: 2671788.

HSL color Cylindrical-coordinate representation of color #ACC428: hue angle of 69.23º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACC428 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB17219640-
CMYK0.1200.800.23
HSL69.23º66.1%46.27%-
HSV(B)69.23º79.59%76.86%-
XYZ37.1448.49.39-
YUV171.0454.05128.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 196 (76.95% from 255) = 48.04%
BLUE value IS 40 (16.02% from 255) = 9.80%
R=42.16%
G=48.04%
B=9.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal172196400.1200.800.2369.2366.146.27
HexACC428C0501745422e
Octal254304501401202710510256
Binary10101100110001001010001100010100001011110001011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC428; }

 p { color: rgb(172,196,40); }

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

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

 a { background-color: rgb(172,196,40); }

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

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

 span { border-color: rgb(172,196,40); }

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