Html Css Color HEX #ACB525 Bahia

📋 copy color: '#ACB525'

red 172 ◦ green 181 ◦ blue 37

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

Shades of Bahia #ACB525

Tints of Bahia #ACB525

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.41%

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

R = 44.1%
G = 46.41%
B = 9.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#ACB525 (or 0xACB525) is known color: Bahia. HEX triplet: AC, B5 and 25. RGB value is (172,181,37). Sum of RGB (Red+Green+Blue) = 172+181+37=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB525 is #534ADA. Grayscale: #A2A2A2. Windows color (decimal): -5458651 or 2471340. OLE color: 2471340.

HSL color Cylindrical-coordinate representation of color #ACB525: hue angle of 63.75º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACB525 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 37 -
CMYK 0.05 0 0.80 0.29
HSL 63.75º 0.66% 0.43% -
HSV(B) 63.75º 0.8% 0.71% -
XYZ 33.87 41.95 8.06 -
YUV 161.89 57.52 135.21 -
System Red Green Blue C M Y K H S L
Decimal 172 181 37 0.05 0 0.80 0.29 63.75 0.66 0.43
Hex AC B5 25 5 0 50 1D 40 42 2B
Octal 254 265 45 5 0 120 35 100 102 53
Binary 10101100 10110101 100101 101 0 1010000 11101 1000000 1000010 101011

Color Harmonies of #ACB525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB525

Black with #ACB525

Text Example


Text Example

White with #ACB525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB525; }

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

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

background-color css

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

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

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

border-color css

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

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

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