Html Css Color HEX #ACB731 Bahia

📋 copy color: '#ACB731'

red 172 ◦ green 183 ◦ blue 49

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

Shades of Bahia #ACB731

Tints of Bahia #ACB731

RGB

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

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

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

R = 42.57%
G = 45.3%
B = 12.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#ACB731 (or 0xACB731) is known color: Bahia. HEX triplet: AC, B7 and 31. RGB value is (172,183,49). Sum of RGB (Red+Green+Blue) = 172+183+49=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB731 is #5348CE. Grayscale: #A4A4A4. Windows color (decimal): -5458127 or 3258284. OLE color: 3258284.

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

Color convert

RGB 172 183 49 -
CMYK 0.06 0 0.73 0.28
HSL 64.93º 0.58% 0.45% -
HSV(B) 64.93º 0.73% 0.72% -
XYZ 34.5 42.86 9.36 -
YUV 164.44 62.86 133.4 -
System Red Green Blue C M Y K H S L
Decimal 172 183 49 0.06 0 0.73 0.28 64.93 0.58 0.45
Hex AC B7 31 6 0 49 1C 41 3A 2D
Octal 254 267 61 6 0 111 34 101 72 55
Binary 10101100 10110111 110001 110 0 1001001 11100 1000001 111010 101101

Color Harmonies of #ACB731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB731

Black with #ACB731

Text Example


Text Example

White with #ACB731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB731; }

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

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

background-color css

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

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

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

border-color css

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

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

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