Html Css Color HEX #ACB125 Bahia

📋 copy color: '#ACB125'

red 172 ◦ green 177 ◦ blue 37

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

Shades of Bahia #ACB125

Tints of Bahia #ACB125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.59%

R = 44.56%
G = 45.85%
B = 9.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#ACB125 (or 0xACB125) is known color: Bahia. HEX triplet: AC, B1 and 25. RGB value is (172,177,37). Sum of RGB (Red+Green+Blue) = 172+177+37=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB125 is #534EDA. Grayscale: #A0A0A0. Windows color (decimal): -5459675 or 2470316. OLE color: 2470316.

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

Color convert

RGB 172 177 37 -
CMYK 0.03 0 0.79 0.31
HSL 62.14º 0.65% 0.42% -
HSV(B) 62.14º 0.79% 0.69% -
XYZ 33.07 40.35 7.8 -
YUV 159.55 58.84 136.88 -
System Red Green Blue C M Y K H S L
Decimal 172 177 37 0.03 0 0.79 0.31 62.14 0.65 0.42
Hex AC B1 25 3 0 4F 1F 3E 41 2A
Octal 254 261 45 3 0 117 37 76 101 52
Binary 10101100 10110001 100101 11 0 1001111 11111 111110 1000001 101010

Color Harmonies of #ACB125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB125

Black with #ACB125

Text Example


Text Example

White with #ACB125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB125; }

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

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

background-color css

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

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

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

border-color css

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

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

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