Html Css Color HEX #ACB526 Bahia

📋 copy color: '#ACB526'

red 172 ◦ green 181 ◦ blue 38

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

Shades of Bahia #ACB526

Tints of Bahia #ACB526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.72%

R = 43.99%
G = 46.29%
B = 9.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#ACB526 (or 0xACB526) is known color: Bahia. HEX triplet: AC, B5 and 26. RGB value is (172,181,38). Sum of RGB (Red+Green+Blue) = 172+181+38=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB526 is #534AD9. Grayscale: #A2A2A2. Windows color (decimal): -5458650 or 2536876. OLE color: 2536876.

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

Color convert

RGB 172 181 38 -
CMYK 0.05 0 0.79 0.29
HSL 63.78º 0.65% 0.43% -
HSV(B) 63.78º 0.79% 0.71% -
XYZ 33.89 41.96 8.15 -
YUV 162.01 58.02 135.13 -
System Red Green Blue C M Y K H S L
Decimal 172 181 38 0.05 0 0.79 0.29 63.78 0.65 0.43
Hex AC B5 26 5 0 4F 1D 40 41 2B
Octal 254 265 46 5 0 117 35 100 101 53
Binary 10101100 10110101 100110 101 0 1001111 11101 1000000 1000001 101011

Color Harmonies of #ACB526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB526

Black with #ACB526

Text Example


Text Example

White with #ACB526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB526; }

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

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

background-color css

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

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

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

border-color css

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

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

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