Html Css Color HEX #ACB527 Bahia

📋 copy color: '#ACB527'

red 172 ◦ green 181 ◦ blue 39

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

Shades of Bahia #ACB527

Tints of Bahia #ACB527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.95%

R = 43.88%
G = 46.17%
B = 9.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#ACB527 (or 0xACB527) is known color: Bahia. HEX triplet: AC, B5 and 27. RGB value is (172,181,39). Sum of RGB (Red+Green+Blue) = 172+181+39=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 39 (15.62% from 255 or 9.95% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB527 is #534AD8. Grayscale: #A2A2A2. Windows color (decimal): -5458649 or 2602412. OLE color: 2602412.

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

Color convert

RGB 172 181 39 -
CMYK 0.05 0 0.78 0.29
HSL 63.8º 0.65% 0.43% -
HSV(B) 63.8º 0.78% 0.71% -
XYZ 33.9 41.96 8.23 -
YUV 162.12 58.52 135.05 -
System Red Green Blue C M Y K H S L
Decimal 172 181 39 0.05 0 0.78 0.29 63.8 0.65 0.43
Hex AC B5 27 5 0 4E 1D 40 41 2B
Octal 254 265 47 5 0 116 35 100 101 53
Binary 10101100 10110101 100111 101 0 1001110 11101 1000000 1000001 101011

Color Harmonies of #ACB527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB527

Black with #ACB527

Text Example


Text Example

White with #ACB527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB527; }

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

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

background-color css

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

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

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

border-color css

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

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

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