Html Css Color HEX #ACB117 Bahia

📋 copy color: '#ACB117'

red 172 ◦ green 177 ◦ blue 23

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

Shades of Bahia #ACB117

Tints of Bahia #ACB117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.18%

R = 46.24%
G = 47.58%
B = 6.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#ACB117 (or 0xACB117) is known color: Bahia. HEX triplet: AC, B1 and 17. RGB value is (172,177,23). Sum of RGB (Red+Green+Blue) = 172+177+23=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 23 (9.38% from 255 or 6.18% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB117 is #534EE8. Grayscale: #9E9E9E. Windows color (decimal): -5459689 or 1552812. OLE color: 1552812.

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

Color convert

RGB 172 177 23 -
CMYK 0.03 0 0.87 0.31
HSL 61.95º 0.77% 0.39% -
HSV(B) 61.95º 0.87% 0.69% -
XYZ 32.89 40.28 6.85 -
YUV 157.95 51.84 138.02 -
System Red Green Blue C M Y K H S L
Decimal 172 177 23 0.03 0 0.87 0.31 61.95 0.77 0.39
Hex AC B1 17 3 0 57 1F 3E 4D 27
Octal 254 261 27 3 0 127 37 76 115 47
Binary 10101100 10110001 10111 11 0 1010111 11111 111110 1001101 100111

Color Harmonies of #ACB117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB117

Black with #ACB117

Text Example


Text Example

White with #ACB117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB117; }

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

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

background-color css

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

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

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

border-color css

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

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

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