Html Css Color HEX #ACB831 Bahia

📋 copy color: '#ACB831'

red 172 ◦ green 184 ◦ blue 49

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

Shades of Bahia #ACB831

Tints of Bahia #ACB831

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.43%

 BLUE value IS 49 (19.53% from 255) = 12.1%

R = 42.47%
G = 45.43%
B = 12.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#ACB831 (or 0xACB831) is known color: Bahia. HEX triplet: AC, B8 and 31. RGB value is (172,184,49). Sum of RGB (Red+Green+Blue) = 172+184+49=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB831 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB831 is #5347CE. Grayscale: #A5A5A5. Windows color (decimal): -5457871 or 3258540. OLE color: 3258540.

HSL color Cylindrical-coordinate representation of color #ACB831: hue angle of 65.33º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACB831 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 49 -
CMYK 0.07 0 0.73 0.28
HSL 65.33º 0.58% 0.46% -
HSV(B) 65.33º 0.73% 0.72% -
XYZ 34.71 43.27 9.43 -
YUV 165.02 62.52 132.98 -
System Red Green Blue C M Y K H S L
Decimal 172 184 49 0.07 0 0.73 0.28 65.33 0.58 0.46
Hex AC B8 31 7 0 49 1C 41 3A 2E
Octal 254 270 61 7 0 111 34 101 72 56
Binary 10101100 10111000 110001 111 0 1001001 11100 1000001 111010 101110

Color Harmonies of #ACB831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB831

Black with #ACB831

Text Example


Text Example

White with #ACB831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB831; }

 p { color: rgb(172,184,49); }

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

background-color css

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

 a { background-color: rgb(172,184,49); }

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

border-color css

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

 span { border-color: rgb(172,184,49); }

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