Html Css Color HEX #ACB116 Bahia

📋 copy color: '#ACB116'

red 172 ◦ green 177 ◦ blue 22

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

Shades of Bahia #ACB116

Tints of Bahia #ACB116

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.71%

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

R = 46.36%
G = 47.71%
B = 5.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#ACB116 (or 0xACB116) is known color: Bahia. HEX triplet: AC, B1 and 16. RGB value is (172,177,22). Sum of RGB (Red+Green+Blue) = 172+177+22=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB116 is #534EE9. Grayscale: #9E9E9E. Windows color (decimal): -5459690 or 1487276. OLE color: 1487276.

HSL color Cylindrical-coordinate representation of color #ACB116: hue angle of 61.94º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACB116 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 22 -
CMYK 0.03 0 0.88 0.31
HSL 61.94º 0.78% 0.39% -
HSV(B) 61.94º 0.88% 0.69% -
XYZ 32.88 40.27 6.8 -
YUV 157.84 51.34 138.1 -
System Red Green Blue C M Y K H S L
Decimal 172 177 22 0.03 0 0.88 0.31 61.94 0.78 0.39
Hex AC B1 16 3 0 58 1F 3E 4E 27
Octal 254 261 26 3 0 130 37 76 116 47
Binary 10101100 10110001 10110 11 0 1011000 11111 111110 1001110 100111

Color Harmonies of #ACB116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB116

Black with #ACB116

Text Example


Text Example

White with #ACB116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB116; }

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

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

background-color css

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

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

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

border-color css

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

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

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