#acc219

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

Shades of Bahia #ACC219

Tints of Bahia #ACC219

Color information

#ACC219 (or 0xACC219) is unknown color: approx Bahia. HEX triplet: AC, C2 and 19. RGB value is (172,194,25). Sum of RGB (Red+Green+Blue) = 172+194+25=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC219 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC219 is #533DE6. Grayscale: #A8A8A8. Windows color (decimal): -5455335 or 1688236. OLE color: 1688236.

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

Color convert

RGB17219425-
CMYK0.1100.870.24
HSL67.81º77.17%42.94%-
HSV(B)67.81º87.11%76.08%-
XYZ36.4847.428.15-
YUV168.1647.21130.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 194 (76.17% from 255) = 49.62%
BLUE value IS 25 (10.16% from 255) = 6.39%
R=43.99%
G=49.62%
B=6.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172194250.1100.870.2467.8177.1742.94
HexACC219B05718444d2b
Octal254302311301273010411553
Binary1010110011000010110011011010101111100010001001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acc219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acc219; }

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

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

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

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

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

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

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

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