Html Css Color HEX #ACB929 Bahia

📋 copy color: '#ACB929'

red 172 ◦ green 185 ◦ blue 41

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

Shades of Bahia #ACB929

Tints of Bahia #ACB929

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.48%

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

R = 43.22%
G = 46.48%
B = 10.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#ACB929 (or 0xACB929) is known color: Bahia. HEX triplet: AC, B9 and 29. RGB value is (172,185,41). Sum of RGB (Red+Green+Blue) = 172+185+41=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 41 (16.41% from 255 or 10.30% from 398); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB929 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB929 is #5346D6. Grayscale: #A5A5A5. Windows color (decimal): -5457623 or 2734508. OLE color: 2734508.

HSL color Cylindrical-coordinate representation of color #ACB929: hue angle of 65.42º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACB929 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 41 -
CMYK 0.07 0 0.78 0.27
HSL 65.42º 0.64% 0.44% -
HSV(B) 65.42º 0.78% 0.73% -
XYZ 34.76 43.63 8.69 -
YUV 164.7 58.19 133.21 -
System Red Green Blue C M Y K H S L
Decimal 172 185 41 0.07 0 0.78 0.27 65.42 0.64 0.44
Hex AC B9 29 7 0 4E 1B 41 40 2C
Octal 254 271 51 7 0 116 33 101 100 54
Binary 10101100 10111001 101001 111 0 1001110 11011 1000001 1000000 101100

Color Harmonies of #ACB929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB929

Black with #ACB929

Text Example


Text Example

White with #ACB929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB929; }

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

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

background-color css

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

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

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

border-color css

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

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

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