Html Css Color HEX #ACB931 Bahia

📋 copy color: '#ACB931'

red 172 ◦ green 185 ◦ blue 49

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

Shades of Bahia #ACB931

Tints of Bahia #ACB931

RGB

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

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

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

R = 42.36%
G = 45.57%
B = 12.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#ACB931 (or 0xACB931) is known color: Bahia. HEX triplet: AC, B9 and 31. RGB value is (172,185,49). Sum of RGB (Red+Green+Blue) = 172+185+49=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB931 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB931 is #5346CE. Grayscale: #A6A6A6. Windows color (decimal): -5457615 or 3258796. OLE color: 3258796.

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

Color convert

RGB 172 185 49 -
CMYK 0.07 0 0.74 0.27
HSL 65.74º 0.58% 0.46% -
HSV(B) 65.74º 0.74% 0.73% -
XYZ 34.92 43.69 9.5 -
YUV 165.61 62.19 132.56 -
System Red Green Blue C M Y K H S L
Decimal 172 185 49 0.07 0 0.74 0.27 65.74 0.58 0.46
Hex AC B9 31 7 0 4A 1B 42 3A 2E
Octal 254 271 61 7 0 112 33 102 72 56
Binary 10101100 10111001 110001 111 0 1001010 11011 1000010 111010 101110

Color Harmonies of #ACB931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB931

Black with #ACB931

Text Example


Text Example

White with #ACB931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB931; }

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

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

background-color css

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

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

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

border-color css

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

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

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