Html Css Color HEX #ACB631 Bahia

📋 copy color: '#ACB631'

red 172 ◦ green 182 ◦ blue 49

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

Shades of Bahia #ACB631

Tints of Bahia #ACB631

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.16%

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

R = 42.68%
G = 45.16%
B = 12.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#ACB631 (or 0xACB631) is known color: Bahia. HEX triplet: AC, B6 and 31. RGB value is (172,182,49). Sum of RGB (Red+Green+Blue) = 172+182+49=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB631 is #5349CE. Grayscale: #A4A4A4. Windows color (decimal): -5458383 or 3258028. OLE color: 3258028.

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

Color convert

RGB 172 182 49 -
CMYK 0.05 0 0.73 0.29
HSL 64.51º 0.58% 0.45% -
HSV(B) 64.51º 0.73% 0.71% -
XYZ 34.3 42.45 9.29 -
YUV 163.85 63.19 133.81 -
System Red Green Blue C M Y K H S L
Decimal 172 182 49 0.05 0 0.73 0.29 64.51 0.58 0.45
Hex AC B6 31 5 0 49 1D 41 3A 2D
Octal 254 266 61 5 0 111 35 101 72 55
Binary 10101100 10110110 110001 101 0 1001001 11101 1000001 111010 101101

Color Harmonies of #ACB631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB631

Black with #ACB631

Text Example


Text Example

White with #ACB631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB631; }

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

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

background-color css

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

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

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

border-color css

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

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

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