#ACC430

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

Shades of Bahia #ACC430

Tints of Bahia #ACC430

Color information

#ACC430 (or 0xACC430) is unknown color: approx Bahia. HEX triplet: AC, C4 and 30. RGB value is (172,196,48). Sum of RGB (Red+Green+Blue) = 172+196+48=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC430 is #533BCF. Grayscale: #ACACAC. Windows color (decimal): -5454800 or 3196076. OLE color: 3196076.

HSL color Cylindrical-coordinate representation of color #ACC430: hue angle of 69.73º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACC430 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB17219648-
CMYK0.1200.760.23
HSL69.73º60.66%47.84%-
HSV(B)69.73º75.51%76.86%-
XYZ37.2948.4610.19-
YUV171.9558.05128.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 196 (76.95% from 255) = 47.12%
BLUE value IS 48 (19.14% from 255) = 11.54%
R=41.35%
G=47.12%
B=11.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal172196480.1200.760.2369.7360.6647.84
HexACC430C04C17463d30
Octal25430460140114271067560
Binary1010110011000100110000110001001100101111000110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC430; }

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

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

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

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

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

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

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

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