Html Css Color HEX #ACB325 Bahia

📋 copy color: '#ACB325'

red 172 ◦ green 179 ◦ blue 37

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

Shades of Bahia #ACB325

Tints of Bahia #ACB325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.13%

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

R = 44.33%
G = 46.13%
B = 9.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#ACB325 (or 0xACB325) is known color: Bahia. HEX triplet: AC, B3 and 25. RGB value is (172,179,37). Sum of RGB (Red+Green+Blue) = 172+179+37=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB325 is #534CDA. Grayscale: #A1A1A1. Windows color (decimal): -5459163 or 2470828. OLE color: 2470828.

HSL color Cylindrical-coordinate representation of color #ACB325: hue angle of 62.96º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACB325 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 37 -
CMYK 0.04 0 0.79 0.30
HSL 62.96º 0.66% 0.42% -
HSV(B) 62.96º 0.79% 0.7% -
XYZ 33.47 41.14 7.93 -
YUV 160.72 58.18 136.05 -
System Red Green Blue C M Y K H S L
Decimal 172 179 37 0.04 0 0.79 0.30 62.96 0.66 0.42
Hex AC B3 25 4 0 4F 1E 3F 42 2A
Octal 254 263 45 4 0 117 36 77 102 52
Binary 10101100 10110011 100101 100 0 1001111 11110 111111 1000010 101010

Color Harmonies of #ACB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB325

Black with #ACB325

Text Example


Text Example

White with #ACB325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB325; }

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

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

background-color css

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

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

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

border-color css

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

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

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