Html Css Color HEX #ACB429 Bahia

📋 copy color: '#ACB429'

red 172 ◦ green 180 ◦ blue 41

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

Shades of Bahia #ACB429

Tints of Bahia #ACB429

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.8%

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

R = 43.77%
G = 45.8%
B = 10.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#ACB429 (or 0xACB429) is known color: Bahia. HEX triplet: AC, B4 and 29. RGB value is (172,180,41). Sum of RGB (Red+Green+Blue) = 172+180+41=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB429 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB429 is #534BD6. Grayscale: #A2A2A2. Windows color (decimal): -5458903 or 2733228. OLE color: 2733228.

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

Color convert

RGB 172 180 41 -
CMYK 0.04 0 0.77 0.29
HSL 63.45º 0.63% 0.43% -
HSV(B) 63.45º 0.77% 0.71% -
XYZ 33.73 41.57 8.34 -
YUV 161.76 59.85 135.3 -
System Red Green Blue C M Y K H S L
Decimal 172 180 41 0.04 0 0.77 0.29 63.45 0.63 0.43
Hex AC B4 29 4 0 4D 1D 3F 3F 2B
Octal 254 264 51 4 0 115 35 77 77 53
Binary 10101100 10110100 101001 100 0 1001101 11101 111111 111111 101011

Color Harmonies of #ACB429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB429

Black with #ACB429

Text Example


Text Example

White with #ACB429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB429; }

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

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

background-color css

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

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

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

border-color css

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

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

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