Html Css Color HEX #ACB729 Bahia

📋 copy color: '#ACB729'

red 172 ◦ green 183 ◦ blue 41

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

Shades of Bahia #ACB729

Tints of Bahia #ACB729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.35%

R = 43.43%
G = 46.21%
B = 10.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#ACB729 (or 0xACB729) is known color: Bahia. HEX triplet: AC, B7 and 29. RGB value is (172,183,41). Sum of RGB (Red+Green+Blue) = 172+183+41=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 41 (16.41% from 255 or 10.35% from 396); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB729 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB729 is #5348D6. Grayscale: #A4A4A4. Windows color (decimal): -5458135 or 2733996. OLE color: 2733996.

HSL color Cylindrical-coordinate representation of color #ACB729: hue angle of 64.65º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACB729 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 41 -
CMYK 0.06 0 0.78 0.28
HSL 64.65º 0.63% 0.44% -
HSV(B) 64.65º 0.78% 0.72% -
XYZ 34.35 42.8 8.55 -
YUV 163.52 58.86 134.05 -
System Red Green Blue C M Y K H S L
Decimal 172 183 41 0.06 0 0.78 0.28 64.65 0.63 0.44
Hex AC B7 29 6 0 4E 1C 41 3F 2C
Octal 254 267 51 6 0 116 34 101 77 54
Binary 10101100 10110111 101001 110 0 1001110 11100 1000001 111111 101100

Color Harmonies of #ACB729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB729

Black with #ACB729

Text Example


Text Example

White with #ACB729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB729; }

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

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

background-color css

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

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

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

border-color css

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

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

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