Html Css Color HEX #ACC916 Bahia

📋 copy color: '#ACC916'

red 172 ◦ green 201 ◦ blue 22

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

Shades of Bahia #ACC916

Tints of Bahia #ACC916

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.89%

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

R = 43.54%
G = 50.89%
B = 5.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#ACC916 (or 0xACC916) is known color: Bahia. HEX triplet: AC, C9 and 16. RGB value is (172,201,22). Sum of RGB (Red+Green+Blue) = 172+201+22=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC916 is #5336E9. Grayscale: #ACACAC. Windows color (decimal): -5453546 or 1493420. OLE color: 1493420.

HSL color Cylindrical-coordinate representation of color #ACC916: hue angle of 69.72º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACC916 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 22 -
CMYK 0.14 0 0.89 0.21
HSL 69.72º 0.8% 0.44% -
HSV(B) 69.72º 0.89% 0.79% -
XYZ 38.04 50.6 8.52 -
YUV 171.92 43.39 128.05 -
System Red Green Blue C M Y K H S L
Decimal 172 201 22 0.14 0 0.89 0.21 69.72 0.8 0.44
Hex AC C9 16 E 0 59 15 46 50 2C
Octal 254 311 26 16 0 131 25 106 120 54
Binary 10101100 11001001 10110 1110 0 1011001 10101 1000110 1010000 101100

Color Harmonies of #ACC916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC916

Black with #ACC916

Text Example


Text Example

White with #ACC916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC916; }

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

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

background-color css

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

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

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

border-color css

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

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

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