Html Css Color HEX #ACC410 Bahia

📋 copy color: '#ACC410'

red 172 ◦ green 196 ◦ blue 16

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

Shades of Bahia #ACC410

Tints of Bahia #ACC410

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.04%

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

R = 44.79%
G = 51.04%
B = 4.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#ACC410 (or 0xACC410) is known color: Bahia. HEX triplet: AC, C4 and 10. RGB value is (172,196,16). Sum of RGB (Red+Green+Blue) = 172+196+16=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 196 (76.95% from 255 or 51.04% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC410 is #533BEF. Grayscale: #A9A9A9. Windows color (decimal): -5454832 or 1098924. OLE color: 1098924.

HSL color Cylindrical-coordinate representation of color #ACC410: hue angle of 68º 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 #ACC410 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 16 -
CMYK 0.12 0 0.92 0.23
HSL 68º 0.85% 0.42% -
HSV(B) 68º 0.92% 0.77% -
XYZ 36.85 48.29 7.87 -
YUV 168.3 42.05 130.64 -
System Red Green Blue C M Y K H S L
Decimal 172 196 16 0.12 0 0.92 0.23 68 0.85 0.42
Hex AC C4 10 C 0 5C 17 44 55 2A
Octal 254 304 20 14 0 134 27 104 125 52
Binary 10101100 11000100 10000 1100 0 1011100 10111 1000100 1010101 101010

Color Harmonies of #ACC410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC410

Black with #ACC410

Text Example


Text Example

White with #ACC410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC410; }

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

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

background-color css

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

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

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

border-color css

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

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

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