Html Css Color HEX #ACBA13 Bahia

📋 copy color: '#ACBA13'

red 172 ◦ green 186 ◦ blue 19

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

Shades of Bahia #ACBA13

Tints of Bahia #ACBA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.04%

R = 45.62%
G = 49.34%
B = 5.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#ACBA13 (or 0xACBA13) is known color: Bahia. HEX triplet: AC, BA and 13. RGB value is (172,186,19). Sum of RGB (Red+Green+Blue) = 172+186+19=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBA13 is #5345EC. Grayscale: #A3A3A3. Windows color (decimal): -5457389 or 1292972. OLE color: 1292972.

HSL color Cylindrical-coordinate representation of color #ACBA13: hue angle of 65.03º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACBA13 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 186 19 -
CMYK 0.08 0 0.90 0.27
HSL 65.03º 0.81% 0.4% -
HSV(B) 65.03º 0.9% 0.73% -
XYZ 34.69 43.94 7.27 -
YUV 162.78 46.86 134.58 -
System Red Green Blue C M Y K H S L
Decimal 172 186 19 0.08 0 0.90 0.27 65.03 0.81 0.4
Hex AC BA 13 8 0 5A 1B 41 51 28
Octal 254 272 23 10 0 132 33 101 121 50
Binary 10101100 10111010 10011 1000 0 1011010 11011 1000001 1010001 101000

Color Harmonies of #ACBA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA13

Black with #ACBA13

Text Example


Text Example

White with #ACBA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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