Html Css Color HEX #ACC116 Bahia

📋 copy color: '#ACC116'

red 172 ◦ green 193 ◦ blue 22

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

Shades of Bahia #ACC116

Tints of Bahia #ACC116

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.87%

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

R = 44.44%
G = 49.87%
B = 5.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#ACC116 (or 0xACC116) is known color: Bahia. HEX triplet: AC, C1 and 16. RGB value is (172,193,22). Sum of RGB (Red+Green+Blue) = 172+193+22=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC116 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC116 is #533EE9. Grayscale: #A7A7A7. Windows color (decimal): -5455594 or 1491372. OLE color: 1491372.

HSL color Cylindrical-coordinate representation of color #ACC116: hue angle of 67.37º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACC116 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 193 22 -
CMYK 0.11 0 0.89 0.24
HSL 67.37º 0.8% 0.42% -
HSV(B) 67.37º 0.89% 0.76% -
XYZ 36.23 46.97 7.92 -
YUV 167.23 46.04 131.4 -
System Red Green Blue C M Y K H S L
Decimal 172 193 22 0.11 0 0.89 0.24 67.37 0.8 0.42
Hex AC C1 16 B 0 59 18 43 50 2A
Octal 254 301 26 13 0 131 30 103 120 52
Binary 10101100 11000001 10110 1011 0 1011001 11000 1000011 1010000 101010

Color Harmonies of #ACC116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC116

Black with #ACC116

Text Example


Text Example

White with #ACC116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC116; }

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

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

background-color css

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

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

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

border-color css

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

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

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