Html Css Color HEX #ACB725 Bahia

📋 copy color: '#ACB725'

red 172 ◦ green 183 ◦ blue 37

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

Shades of Bahia #ACB725

Tints of Bahia #ACB725

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.68%

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

R = 43.88%
G = 46.68%
B = 9.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#ACB725 (or 0xACB725) is known color: Bahia. HEX triplet: AC, B7 and 25. RGB value is (172,183,37). Sum of RGB (Red+Green+Blue) = 172+183+37=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB725 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB725 is #5348DA. Grayscale: #A3A3A3. Windows color (decimal): -5458139 or 2471852. OLE color: 2471852.

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

Color convert

RGB 172 183 37 -
CMYK 0.06 0 0.80 0.28
HSL 64.52º 0.66% 0.43% -
HSV(B) 64.52º 0.8% 0.72% -
XYZ 34.28 42.77 8.2 -
YUV 163.07 56.86 134.37 -
System Red Green Blue C M Y K H S L
Decimal 172 183 37 0.06 0 0.80 0.28 64.52 0.66 0.43
Hex AC B7 25 6 0 50 1C 41 42 2B
Octal 254 267 45 6 0 120 34 101 102 53
Binary 10101100 10110111 100101 110 0 1010000 11100 1000001 1000010 101011

Color Harmonies of #ACB725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB725

Black with #ACB725

Text Example


Text Example

White with #ACB725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB725; }

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

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

background-color css

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

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

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

border-color css

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

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

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