Html Css Color HEX #ACBA31 Bahia

📋 copy color: '#ACBA31'

red 172 ◦ green 186 ◦ blue 49

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

Shades of Bahia #ACBA31

Tints of Bahia #ACBA31

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.7%

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

R = 42.26%
G = 45.7%
B = 12.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#ACBA31 (or 0xACBA31) is known color: Bahia. HEX triplet: AC, BA and 31. RGB value is (172,186,49). Sum of RGB (Red+Green+Blue) = 172+186+49=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBA31 is #5345CE. Grayscale: #A6A6A6. Windows color (decimal): -5457359 or 3259052. OLE color: 3259052.

HSL color Cylindrical-coordinate representation of color #ACBA31: hue angle of 66.13º 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 #ACBA31 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 186 49 -
CMYK 0.08 0 0.74 0.27
HSL 66.13º 0.58% 0.46% -
HSV(B) 66.13º 0.74% 0.73% -
XYZ 35.13 44.11 9.57 -
YUV 166.2 61.86 132.14 -
System Red Green Blue C M Y K H S L
Decimal 172 186 49 0.08 0 0.74 0.27 66.13 0.58 0.46
Hex AC BA 31 8 0 4A 1B 42 3A 2E
Octal 254 272 61 10 0 112 33 102 72 56
Binary 10101100 10111010 110001 1000 0 1001010 11011 1000010 111010 101110

Color Harmonies of #ACBA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA31

Black with #ACBA31

Text Example


Text Example

White with #ACBA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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