Html Css Color HEX #ACC411 Bahia

📋 copy color: '#ACC411'

red 172 ◦ green 196 ◦ blue 17

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

Shades of Bahia #ACC411

Tints of Bahia #ACC411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.42%

R = 44.68%
G = 50.91%
B = 4.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#ACC411 (or 0xACC411) is known color: Bahia. HEX triplet: AC, C4 and 11. RGB value is (172,196,17). Sum of RGB (Red+Green+Blue) = 172+196+17=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC411 is #533BEE. Grayscale: #A9A9A9. Windows color (decimal): -5454831 or 1164460. OLE color: 1164460.

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

Color convert

RGB 172 196 17 -
CMYK 0.12 0 0.91 0.23
HSL 68.04º 0.84% 0.42% -
HSV(B) 68.04º 0.91% 0.77% -
XYZ 36.85 48.29 7.91 -
YUV 168.42 42.55 130.55 -
System Red Green Blue C M Y K H S L
Decimal 172 196 17 0.12 0 0.91 0.23 68.04 0.84 0.42
Hex AC C4 11 C 0 5B 17 44 54 2A
Octal 254 304 21 14 0 133 27 104 124 52
Binary 10101100 11000100 10001 1100 0 1011011 10111 1000100 1010100 101010

Color Harmonies of #ACC411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC411

Black with #ACC411

Text Example


Text Example

White with #ACC411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC411; }

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

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

background-color css

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

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

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

border-color css

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

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

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