#ACC211

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

Shades of Bahia #ACC211

Tints of Bahia #ACC211

Color information

#ACC211 (or 0xACC211) is unknown color: approx Bahia. HEX triplet: AC, C2 and 11. RGB value is (172,194,17). Sum of RGB (Red+Green+Blue) = 172+194+17=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC211 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC211 is #533DEE. Grayscale: #A7A7A7. Windows color (decimal): -5455343 or 1163948. OLE color: 1163948.

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

Color convert

RGB17219417-
CMYK0.1100.910.24
HSL67.46º83.89%41.37%-
HSV(B)67.46º91.24%76.08%-
XYZ36.4147.397.76-
YUV167.2443.21131.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.91%
GREEN value IS 194 (76.17% from 255) = 50.65%
BLUE value IS 17 (7.03% from 255) = 4.44%
R=44.91%
G=50.65%
B=4.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172194170.1100.910.2467.4683.8941.37
HexACC211B05B18435429
Octal254302211301333010312451
Binary1010110011000010100011011010110111100010000111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC211; }

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

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

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

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

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

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

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

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