Html Css Color HEX #ACC416 Bahia

📋 copy color: '#ACC416'

red 172 ◦ green 196 ◦ blue 22

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

Shades of Bahia #ACC416

Tints of Bahia #ACC416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.64%

R = 44.1%
G = 50.26%
B = 5.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#ACC416 (or 0xACC416) is known color: Bahia. HEX triplet: AC, C4 and 16. RGB value is (172,196,22). Sum of RGB (Red+Green+Blue) = 172+196+22=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC416 is #533BE9. Grayscale: #A9A9A9. Windows color (decimal): -5454826 or 1492140. OLE color: 1492140.

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

Color convert

RGB 172 196 22 -
CMYK 0.12 0 0.89 0.23
HSL 68.28º 0.8% 0.43% -
HSV(B) 68.28º 0.89% 0.77% -
XYZ 36.9 48.31 8.14 -
YUV 168.99 45.05 130.15 -
System Red Green Blue C M Y K H S L
Decimal 172 196 22 0.12 0 0.89 0.23 68.28 0.8 0.43
Hex AC C4 16 C 0 59 17 44 50 2B
Octal 254 304 26 14 0 131 27 104 120 53
Binary 10101100 11000100 10110 1100 0 1011001 10111 1000100 1010000 101011

Color Harmonies of #ACC416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC416

Black with #ACC416

Text Example


Text Example

White with #ACC416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC416; }

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

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

background-color css

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

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

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

border-color css

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

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

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