#ACC80D

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

Shades of Bahia #ACC80D

Tints of Bahia #ACC80D

Color information

#ACC80D (or 0xACC80D) is unknown color: approx Bahia. HEX triplet: AC, C8 and 0D. RGB value is (172,200,13). Sum of RGB (Red+Green+Blue) = 172+200+13=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 200 (78.52% from 255 or 51.95% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC80D is #5337F2. Grayscale: #ABABAB. Windows color (decimal): -5453811 or 903340. OLE color: 903340.

HSL color Cylindrical-coordinate representation of color #ACC80D: hue angle of 68.98º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACC80D is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB17220013-
CMYK0.1400.940.22
HSL68.98º87.79%41.76%-
HSV(B)68.98º93.5%78.43%-
XYZ37.7450.118.06-
YUV170.3139.22129.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 200 (78.52% from 255) = 51.95%
BLUE value IS 13 (5.47% from 255) = 3.38%
R=44.68%
G=51.95%
B=3.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal172200130.1400.940.2268.9887.7941.76
HexACC8DE05E1645582a
Octal254310151601362610513052
Binary101011001100100011011110010111101011010001011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC80D; }

 p { color: rgb(172,200,13); }

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

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

 a { background-color: rgb(172,200,13); }

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

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

 span { border-color: rgb(172,200,13); }

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