Html Css Color HEX #ACB431 Bahia

📋 copy color: '#ACB431'

red 172 ◦ green 180 ◦ blue 49

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

Shades of Bahia #ACB431

Tints of Bahia #ACB431

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.89%

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

R = 42.89%
G = 44.89%
B = 12.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#ACB431 (or 0xACB431) is known color: Bahia. HEX triplet: AC, B4 and 31. RGB value is (172,180,49). Sum of RGB (Red+Green+Blue) = 172+180+49=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB431 is #534BCE. Grayscale: #A3A3A3. Windows color (decimal): -5458895 or 3257516. OLE color: 3257516.

HSL color Cylindrical-coordinate representation of color #ACB431: hue angle of 63.66º degrees, saturation: 0.57, 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 #ACB431 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 49 -
CMYK 0.04 0 0.73 0.29
HSL 63.66º 0.57% 0.45% -
HSV(B) 63.66º 0.73% 0.71% -
XYZ 33.89 41.63 9.16 -
YUV 162.67 63.85 134.65 -
System Red Green Blue C M Y K H S L
Decimal 172 180 49 0.04 0 0.73 0.29 63.66 0.57 0.45
Hex AC B4 31 4 0 49 1D 40 39 2D
Octal 254 264 61 4 0 111 35 100 71 55
Binary 10101100 10110100 110001 100 0 1001001 11101 1000000 111001 101101

Color Harmonies of #ACB431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB431

Black with #ACB431

Text Example


Text Example

White with #ACB431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB431; }

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

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

background-color css

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

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

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

border-color css

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

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

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