Html Css Color HEX #ACC510 Bahia

📋 copy color: '#ACC510'

red 172 ◦ green 197 ◦ blue 16

#ACC510
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #ACC510

Tints of Bahia #ACC510

RGB

 RED value IS 172 (67.58% from 255) = 44.68%

 GREEN value IS 197 (77.34% from 255) = 51.17%

 BLUE value IS 16 (6.64% from 255) = 4.16%

R = 44.68%
G = 51.17%
B = 4.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#ACC510 (or 0xACC510) is known color: Bahia. HEX triplet: AC, C5 and 10. RGB value is (172,197,16). Sum of RGB (Red+Green+Blue) = 172+197+16=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC510 is #533AEF. Grayscale: #A9A9A9. Windows color (decimal): -5454576 or 1099180. OLE color: 1099180.

HSL color Cylindrical-coordinate representation of color #ACC510: hue angle of 68.29º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACC510 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 197 16 -
CMYK 0.13 0 0.92 0.23
HSL 68.29º 0.85% 0.42% -
HSV(B) 68.29º 0.92% 0.77% -
XYZ 37.07 48.74 7.94 -
YUV 168.89 41.72 130.22 -
System Red Green Blue C M Y K H S L
Decimal 172 197 16 0.13 0 0.92 0.23 68.29 0.85 0.42
Hex AC C5 10 D 0 5C 17 44 55 2A
Octal 254 305 20 15 0 134 27 104 125 52
Binary 10101100 11000101 10000 1101 0 1011100 10111 1000100 1010101 101010

Color Harmonies of #ACC510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC510

Black with #ACC510

Text Example


Text Example

White with #ACC510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC510; }

 p { color: rgb(172,197,16); }

 H1.HeaderClassName
 {
   color: #ACC510;
 }
 .AnyTagClassName
 {
   color: #ACC510;
 }
</style>

background-color css

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

 a { background-color: rgb(172,197,16); }

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

border-color css

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

 span { border-color: rgb(172,197,16); }

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