Html Css Color HEX #ACC016 Bahia

📋 copy color: '#ACC016'

red 172 ◦ green 192 ◦ blue 22

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

Shades of Bahia #ACC016

Tints of Bahia #ACC016

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.74%

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

R = 44.56%
G = 49.74%
B = 5.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#ACC016 (or 0xACC016) is known color: Bahia. HEX triplet: AC, C0 and 16. RGB value is (172,192,22). Sum of RGB (Red+Green+Blue) = 172+192+22=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC016 is #533FE9. Grayscale: #A7A7A7. Windows color (decimal): -5455850 or 1491116. OLE color: 1491116.

HSL color Cylindrical-coordinate representation of color #ACC016: hue angle of 67.06º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACC016 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 22 -
CMYK 0.10 0 0.89 0.25
HSL 67.06º 0.79% 0.42% -
HSV(B) 67.06º 0.89% 0.75% -
XYZ 36.01 46.53 7.84 -
YUV 166.64 46.37 131.82 -
System Red Green Blue C M Y K H S L
Decimal 172 192 22 0.10 0 0.89 0.25 67.06 0.79 0.42
Hex AC C0 16 A 0 59 19 43 4F 2A
Octal 254 300 26 12 0 131 31 103 117 52
Binary 10101100 11000000 10110 1010 0 1011001 11001 1000011 1001111 101010

Color Harmonies of #ACC016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC016

Black with #ACC016

Text Example


Text Example

White with #ACC016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC016; }

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

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

background-color css

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

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

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

border-color css

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

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

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